Skip to content

Commit

Permalink
Merge pull request #406 from betadots/dependabot/bundler/ruby-74fd7bcdd7
Browse files Browse the repository at this point in the history
Bump the ruby group across 1 directory with 3 updates
  • Loading branch information
rwaffen authored Jul 11, 2024
2 parents c6c8e50 + 770885b commit 0bc4daa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ group :test do
end

group :linter do
gem 'rubocop', '~> 1.64.1'
gem 'rubocop', '~> 1.65.0'
gem 'rubocop-capybara', '~> 2.21.0'
gem 'rubocop-performance', '~> 1.21.1'
gem 'rubocop-rails', '~> 2.25.0'
gem 'rubocop-rails', '~> 2.25.1'
gem 'rubocop-rake', '~> 0.6.0'
end

Expand Down
24 changes: 13 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
locale (2.1.4)
logger (1.6.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -243,7 +244,7 @@ GEM
mini_portile2 (2.8.7)
mini_racer (0.12.0)
libv8-node (~> 21.7.2.0)
minitest (5.23.1)
minitest (5.24.1)
multi_json (1.15.0)
multi_xml (0.6.0)
mutex_m (0.2.0)
Expand Down Expand Up @@ -275,7 +276,7 @@ GEM
sawyer (~> 0.9)
optimist (3.1.0)
parallel (1.25.1)
parser (3.3.3.0)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
popper_js (2.11.8)
Expand Down Expand Up @@ -321,7 +322,7 @@ GEM
puppetdb-ruby (1.2.0)
httparty
racc (1.8.0)
rack (3.0.11)
rack (3.1.6)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -369,7 +370,7 @@ GEM
regexp_parser (2.9.2)
reline (0.5.7)
io-console (~> 0.5)
rexml (3.3.0)
rexml (3.3.1)
strscan
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
Expand All @@ -378,13 +379,13 @@ GEM
rails-dom-testing
rspec-core
rspec-support (3.13.1)
rubocop (1.64.1)
rubocop (1.65.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
Expand All @@ -396,7 +397,7 @@ GEM
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.0)
rubocop-rails (2.25.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand All @@ -423,8 +424,9 @@ GEM
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
scanf (1.0.0)
selenium-webdriver (4.21.1)
selenium-webdriver (4.22.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -471,7 +473,7 @@ GEM
bindex (>= 0.4.0)
railties (>= 6.0.0)
webrick (1.8.1)
websocket (1.2.10)
websocket (1.2.11)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -514,10 +516,10 @@ DEPENDENCIES
puppetdb-ruby
rails (~> 7.1.3)
rspec-openapi
rubocop (~> 1.64.1)
rubocop (~> 1.65.0)
rubocop-capybara (~> 2.21.0)
rubocop-performance (~> 1.21.1)
rubocop-rails (~> 2.25.0)
rubocop-rails (~> 2.25.1)
rubocop-rake (~> 0.6.0)
ruby-saml
selenium-webdriver
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Start FakePuppetDB-Server
server_thread = Thread.new do
Rack::Server.start(app: FakePuppetDB.new, Host: "localhost", Port: 8085)
Rackup::Server.start(app: FakePuppetDB.new, Host: "localhost", Port: 8085)
end
server_thread.join(1)

Expand Down

0 comments on commit 0bc4daa

Please sign in to comment.