8 lines
164 B
Ruby
8 lines
164 B
Ruby
# A sample Gemfile
|
|
source "https://rubygems.org"
|
|
|
|
gem 'thor'
|
|
gem 'minedig', git: "https://github.com/siman-man/minedig"
|
|
gem 'rspreadsheet'
|
|
gem 'pry'
|
|
gem 'semantic'
|