We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf29194 commit 8728df8Copy full SHA for 8728df8
1 file changed
Gemfile
@@ -4,12 +4,12 @@ source 'https://rubygems.org'
4
gemspec
5
6
not_jruby = %i[ruby mingw x64_mingw].freeze
7
-rails_version = Gem::Version.new(ENV.fetch('RAILS_VERSION', '7.1.0'))
+rails_version = Gem::Version.new(ENV.fetch('RAILS_VERSION', '7.0.0'))
8
9
gem 'byebug', platforms: not_jruby
10
gem 'rails', "~> #{rails_version}"
11
gem 'redcarpet', '~> 3.5', platforms: not_jruby
12
-gem 'rubocop', '~> 1.36.0'
+gem 'rubocop', '~> 1.46'
13
gem 'rubocop-rspec', '~> 2.12.0'
14
gem 'simplecov', '>= 0.17.1'
15
gem 'simplecov-cobertura', '~> 2.1'
0 commit comments