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 df188a6 commit 29376dcCopy full SHA for 29376dc
Gemfile
@@ -6,4 +6,4 @@ gemspec
6
7
gem "rubocop", require: false
8
gem "codeclimate-test-reporter"
9
-gem 'rack', '< 3'
+gem "rack", "< 3"
gemfiles/6.1.gemfile
@@ -3,6 +3,6 @@ source "https://rubygems.org"
3
4
5
gem "rails", "~> 6.1"
-gem 'concurrent-ruby', '< 1.3.5'
+gem "concurrent-ruby", "< 1.3.5"
gemspec path: "../"
gemfiles/7.0.gemfile
@@ -3,7 +3,7 @@ source "https://rubygems.org"
gem "rails", "~> 7.0"
0 commit comments