1
0
Fork 0
mirror of https://github.com/pry/pry-rails.git synced 2022-11-09 12:36:03 -05:00
pry--pry-rails/gemfiles/rails42.gemfile
John Mair 79b04e6af2 routes.find -> routes.select
Now we can show all routes that match a given action instead of just the first
2015-01-31 23:52:51 +01:00

9 lines
146 B
Text

# This file was generated by Appraisal
source "http://rubygems.org"
gem "rails", "~> 4.2.0"
gem "mongoid"
gem "sqlite3"
gemspec :path => "../"