Skip to content

Commit 5ce38a3

Browse files
committed
Revert "Update gems of test_projects/rails/rspec_rails/Gemfile for new rubies"
This reverts commit 9020bdc.
1 parent c80ee52 commit 5ce38a3

File tree

1 file changed

+2
-2
lines changed
  • test_projects/rails/rspec_rails

1 file changed

+2
-2
lines changed

test_projects/rails/rspec_rails/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ else
1414
end
1515

1616
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
17-
gem "rails", "~> 6.1.4"
17+
gem "rails", "~> 6.1.0"
1818
# Use Puma as the app server
1919
gem "puma", "~> 5.0"
2020
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
@@ -39,7 +39,7 @@ end
3939

4040
group :test do
4141
# Adds support for Capybara system testing and selenium driver
42-
gem "capybara", ">= 3.36.0"
42+
gem "capybara", ">= 3.26"
4343
# 'selenium-webdriver' and 'webdrivers' did not work with Ruby 3.0 at the
4444
# moment this file was updated. Since they are not needed to run
4545
# SimpleCov's specs, they have been commented out

0 commit comments

Comments
 (0)