Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Un-pin capybara gem #2124

Merged
merged 1 commit into from
Jan 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ end

group :test do
gem "ammeter"
gem "capybara", "3.36.0"
gem "capybara"
gem "database_cleaner"
gem "formulaic"
gem "launchy"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ DEPENDENCIES
awesome_print
bundler-audit
byebug
capybara (= 3.36.0)
capybara
database_cleaner
dotenv-rails
factory_bot_rails
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails50.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ end

group :test do
gem "ammeter"
gem "capybara", "3.35.3"
gem "capybara"
gem "database_cleaner"
gem "formulaic"
gem "launchy"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails51.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ end

group :test do
gem "ammeter"
gem "capybara", "3.35.3"
gem "capybara"
gem "database_cleaner"
gem "formulaic"
gem "launchy"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails52.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ end

group :test do
gem "ammeter"
gem "capybara", "3.35.3"
gem "capybara"
gem "database_cleaner"
gem "formulaic"
gem "launchy"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ end

group :test do
gem "ammeter"
gem "capybara", "3.35.3"
gem "capybara"
gem "database_cleaner"
gem "formulaic"
gem "launchy"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ end

group :test do
gem "ammeter"
gem "capybara", "3.35.3"
gem "capybara"
gem "database_cleaner"
gem "formulaic"
gem "launchy"
Expand Down