This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
pry--pry-rails
Watch
1
Star
0
Fork
You've already forked pry--pry-rails
0
mirror of
https://github.com/pry/pry-rails.git
synced
2022-11-09 12:36:03 -05:00
Code
Releases
Activity
c670726881
pry--pry-rails
/
scenarios
/
rails40.gemfile
7 lines
93 B
Text
Raw
Normal View
History
Unescape
Escape
Update Gemfile to use `https://rubygems.org`
2017-06-01 10:48:00 -07:00
source "https://rubygems.org"
Update gems to latest versions, add explicit gemfiles to repo, and add .travis.yml
2013-07-24 09:00:51 -07:00
Switch from Appraisal to Roadshow, bump versions, add 5.1 The Appraisal build was becoming really annoying to maintain, since there's no one version of Ruby that can run the specs across all supported versions of Rails. Roadshow is a tool that's similar to Appraisal but uses Docker to test each version in an isolated environment with the appropriate version of Ruby, at the cost of having to maintain the Gemfiles manually.
2017-05-06 15:48:21 -07:00
gem "rails", "~> 4.0.0"
Update gems to latest versions, add explicit gemfiles to repo, and add .travis.yml
2013-07-24 09:00:51 -07:00
gem "sqlite3"
Update Appraisals, remove Ruby 1.8 and 1.9.2 support
2014-11-22 23:09:58 -08:00
gemspec :path => "../"
Copy permalink