Skip to content

Commit

Permalink
Fix: invalid capybara version in gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Nov 7, 2023
1 parent 70c65d1 commit e0c86f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ group :development do
end

group :test do
gem 'capybara', '~> 3.15'
gem 'capybara', '~> 2.18'
gem 'database_cleaner'
gem 'faker'
gem 'machinist', '1.0.6'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ DEPENDENCIES
alto_guisso_rails!
breadcrumbs_on_rails
cancancan (~> 1.9)
capybara
capybara (~> 2.18)
carrierwave
coffee-rails (~> 4.0.1)
dalli (~> 2.7)
Expand Down Expand Up @@ -457,7 +457,7 @@ DEPENDENCIES
rspec-rails (~> 3.4.0)
rubyzip (= 1.3.0)
sass-rails (~> 4.0.1)
selenium-webdriver
selenium-webdriver (< 4.0)
shoulda-matchers
simplecov
simplecov-rcov
Expand Down

0 comments on commit e0c86f5

Please sign in to comment.