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