Skip to content

Commit 02c3552

Browse files
authored
Merge pull request #81 from increments/dependabot/bundler/rubocop-tw-1.81.1
Update rubocop requirement from ~> 1.80.1 to ~> 1.81.1
2 parents ca65905 + 59391b3 commit 02c3552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ gem 'bundler', '>= 1.16'
77
gem 'pry'
88
gem 'rake', '~> 13.3'
99
gem 'rspec', '~> 3.8'
10-
gem 'rubocop', '~> 1.80.1'
10+
gem 'rubocop', '~> 1.81.1'
1111
gem 'rubocop-rspec', '~> 3.0'
1212
gem 'simplecov', '!= 0.18.0', '!= 0.18.1', '!= 0.18.2', '!= 0.18.3', '!= 0.18.4', '!= 0.18.5', '!= 0.19.0', '!= 0.19.1', '~> 0.22.0' # rubocop:disable Metrics/LineLength

0 commit comments

Comments
 (0)