Skip to content

Commit 73c64d9

Browse files
committed
(MAINT) Pin rubocop and beaker more specifically
1 parent 3bdf503 commit 73c64d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ group :test do
2323
end
2424

2525
group :acceptance do
26-
gem 'beaker', '< 3.0'
26+
gem 'beaker', '~> 3.0'
2727
gem 'beaker-rspec'
2828
gem 'beaker-hostgenerator'
2929
gem 'beaker-abs'
@@ -35,7 +35,7 @@ group :development do
3535
gem 'pry-byebug'
3636
end
3737

38-
gem 'rubocop', '~> 0.49'
38+
gem 'rubocop', '~> 0.57.2'
3939

4040
# Evaluate Gemfile.local if it exists
4141
if File.exists? "#{__FILE__}.local"

0 commit comments

Comments
 (0)