Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the ruby group across 1 directory with 6 updates #533

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby file: '.ruby-version'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.2.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 2.1'
gem 'sqlite3', '~> 2.6'
# Use Puma as the app server
gem 'puma', '~> 6.4'

Expand Down Expand Up @@ -62,11 +62,11 @@ group :test do
end

group :linter do
gem 'rubocop', '~> 1.71.2'
gem 'rubocop', '~> 1.72.2'
gem 'rubocop-capybara', '~> 2.21.0'
gem 'rubocop-performance', '~> 1.23.1'
gem 'rubocop-rails', '~> 2.29.1'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-performance', '~> 1.24.0'
gem 'rubocop-rails', '~> 2.30.2'
gem 'rubocop-rake', '~> 0.7.1'
end

group :release do
Expand Down
50 changes: 31 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ GEM
libv8-node (18.19.0.0-aarch64-linux-musl)
libv8-node (18.19.0.0-x86_64-linux)
libv8-node (18.19.0.0-x86_64-linux-musl)
lint_roller (1.1.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -379,17 +380,18 @@ GEM
regexp_parser (2.10.0)
reline (0.6.0)
io-console (~> 0.5)
rexml (3.4.0)
rexml (3.4.1)
rspec-core (3.13.3)
rspec-support (~> 3.13.0)
rspec-openapi (0.18.4)
actionpack (>= 5.2.0)
rails-dom-testing
rspec-core
rspec-support (3.13.2)
rubocop (1.71.2)
rubocop (1.72.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -401,16 +403,19 @@ GEM
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.29.1)
rubocop-performance (1.24.0)
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rails (2.30.2)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rake (0.7.1)
lint_roller (~> 1.1)
rubocop (>= 1.72.1)
ruby-progressbar (1.13.0)
ruby-saml (1.17.0)
nokogiri (>= 1.13.10)
Expand All @@ -428,7 +433,7 @@ GEM
faraday (>= 0.17.3, < 3)
scanf (1.0.0)
securerandom (0.4.1)
selenium-webdriver (4.28.0)
selenium-webdriver (4.29.1)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -449,9 +454,16 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (2.5.0)
sqlite3 (2.6.0)
mini_portile2 (~> 2.8.0)
sqlite3 (2.5.0-x86_64-linux-gnu)
sqlite3 (2.6.0-aarch64-linux-gnu)
sqlite3 (2.6.0-aarch64-linux-musl)
sqlite3 (2.6.0-arm-linux-gnu)
sqlite3 (2.6.0-arm-linux-musl)
sqlite3 (2.6.0-x86-linux-gnu)
sqlite3 (2.6.0-x86-linux-musl)
sqlite3 (2.6.0-x86_64-linux-gnu)
sqlite3 (2.6.0-x86_64-linux-musl)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.3)
Expand Down Expand Up @@ -533,16 +545,16 @@ DEPENDENCIES
puppetdb-ruby
rails (~> 7.2.1)
rspec-openapi
rubocop (~> 1.71.2)
rubocop (~> 1.72.2)
rubocop-capybara (~> 2.21.0)
rubocop-performance (~> 1.23.1)
rubocop-rails (~> 2.29.1)
rubocop-rake (~> 0.6.0)
rubocop-performance (~> 1.24.0)
rubocop-rails (~> 2.30.2)
rubocop-rake (~> 0.7.1)
ruby-saml
selenium-webdriver
simplecov
sprockets-rails
sqlite3 (~> 2.1)
sqlite3 (~> 2.6)
stimulus-rails
syslog (~> 0.2.0)
turbo-rails
Expand Down
Loading