Skip to content

Commit

Permalink
Merge pull request #23 from lewagon/bump-rubocop
Browse files Browse the repository at this point in the history
Bump rubocop
  • Loading branch information
juliends committed Apr 19, 2023
2 parents ae3a2ba + d362c41 commit e215599
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "nokogiri", "~> 1.13"
gem "pry-byebug", "~> 3.7"
gem "rest-client", "~> 2.0"
gem "rspec-rails", "~> 3.8"
gem "rubocop", "~> 1.30"
gem "rubocop", "~> 1.50"
gem "sinatra", "~> 2.2", require: false
gem "sinatra-contrib", "~> 2.2", require: false
gem "sqlite3", "~> 1.4"
Expand Down
27 changes: 16 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GEM
domain_name (~> 0.5)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
json (2.6.3)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -55,12 +55,14 @@ GEM
mustermann (1.1.2)
ruby2_keywords (~> 0.0.1)
netrc (0.11.0)
nokogiri (1.13.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.7-x86_64-linux)
racc (~> 1.4)
parallel (1.22.1)
parser (3.1.2.0)
parser (3.2.2.0)
ast (~> 2.4.1)
pry (0.13.1)
coderay (~> 1.1)
Expand Down Expand Up @@ -112,19 +114,19 @@ GEM
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.4)
rubocop (1.31.2)
rubocop (1.50.2)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.0.0)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.18.0, < 2.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.19.1)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
selenium-webdriver (4.8.1)
Expand All @@ -150,14 +152,16 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.2.0)
unicode-display_width (2.4.2)
watir (7.2.2)
regexp_parser (>= 1.2, < 3)
selenium-webdriver (~> 4.2)
webrick (1.8.1)
websocket (1.2.9)
zeitwerk (2.6.0)

PLATFORMS
arm64-darwin-21
x86_64-darwin-20
x86_64-darwin-21
x86_64-linux
Expand All @@ -170,11 +174,12 @@ DEPENDENCIES
pry-byebug (~> 3.7)
rest-client (~> 2.0)
rspec-rails (~> 3.8)
rubocop (~> 1.30)
rubocop (~> 1.50)
sinatra (~> 2.2)
sinatra-contrib (~> 2.2)
sqlite3 (~> 1.4)
watir (~> 7.2)
webrick (~> 1.3)

RUBY VERSION
ruby 3.1.2p20
Expand Down

0 comments on commit e215599

Please sign in to comment.