Skip to content

Commit 8728df8

Browse files
committed
Bump rubocop gem
1 parent bf29194 commit 8728df8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ source 'https://rubygems.org'
44
gemspec
55

66
not_jruby = %i[ruby mingw x64_mingw].freeze
7-
rails_version = Gem::Version.new(ENV.fetch('RAILS_VERSION', '7.1.0'))
7+
rails_version = Gem::Version.new(ENV.fetch('RAILS_VERSION', '7.0.0'))
88

99
gem 'byebug', platforms: not_jruby
1010
gem 'rails', "~> #{rails_version}"
1111
gem 'redcarpet', '~> 3.5', platforms: not_jruby
12-
gem 'rubocop', '~> 1.36.0'
12+
gem 'rubocop', '~> 1.46'
1313
gem 'rubocop-rspec', '~> 2.12.0'
1414
gem 'simplecov', '>= 0.17.1'
1515
gem 'simplecov-cobertura', '~> 2.1'

0 commit comments

Comments
 (0)