Skip to content

Commit

Permalink
Pin the capybara gem, until we can drop Ruby 2.2.0 (#1245)
Browse files Browse the repository at this point in the history
Any `capybara` versions above 3.0.0 require a newer Ruby than 2.2.0, which
we will support in line with Rails requirements.
  • Loading branch information
nickcharlton authored Dec 4, 2018
1 parent 8526cbb commit f0a59e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ end

group :test do
gem "ammeter"
gem "capybara", "2.18.0"
gem "database_cleaner"
gem "formulaic"
gem "launchy"
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ DEPENDENCIES
awesome_print
bundler-audit
byebug
capybara (= 2.18.0)
database_cleaner
dotenv-rails
factory_bot_rails
Expand Down

0 comments on commit f0a59e9

Please sign in to comment.