mirror of
https://github.com/pry/pry-rails.git
synced 2022-11-09 12:36:03 -05:00
8 lines
123 B
Text
8 lines
123 B
Text
source "https://rubygems.org"
|
|
|
|
gem "rails", "~> 3.1.0"
|
|
gem "mongoid"
|
|
gem "sqlite3"
|
|
gem "test-unit"
|
|
|
|
gemspec :path => "../"
|