We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80ee52 commit 5ce38a3Copy full SHA for 5ce38a3
test_projects/rails/rspec_rails/Gemfile
@@ -14,7 +14,7 @@ else
14
end
15
16
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
17
-gem "rails", "~> 6.1.4"
+gem "rails", "~> 6.1.0"
18
# Use Puma as the app server
19
gem "puma", "~> 5.0"
20
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
@@ -39,7 +39,7 @@ end
39
40
group :test do
41
# Adds support for Capybara system testing and selenium driver
42
- gem "capybara", ">= 3.36.0"
+ gem "capybara", ">= 3.26"
43
# 'selenium-webdriver' and 'webdrivers' did not work with Ruby 3.0 at the
44
# moment this file was updated. Since they are not needed to run
45
# SimpleCov's specs, they have been commented out
0 commit comments