Skip to content

Commit

Permalink
Update dependency rspec-rails to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 2b3a565 commit 419f274
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem 'sidekiq'

# Services gems
gem 'minigit', '~> 0.0.4'
gem 'net-ssh', '~> 7.3.0'
gem 'net-ssh', '~> 7.2.0'

gem 'awesome_spawn', '~> 1.6'
gem 'default_value_for', '~> 4.0'
Expand All @@ -41,7 +41,7 @@ gem 'rugged', :require => false

gem 'faraday'
gem 'faraday-http-cache', '~> 2.5.0'
gem 'octokit', '~> 4.25.0', :require => false
gem 'octokit', '~> 4.8.0', :require => false

group :development, :test do
gem 'rspec'
Expand Down
27 changes: 13 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
loofah (2.22.0)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -168,9 +168,9 @@ GEM
marcel (1.0.4)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
mini_portile2 (2.8.8)
minigit (0.0.4)
minitest (5.25.1)
minitest (5.25.2)
more_core_extensions (4.5.0)
activesupport
sync
Expand All @@ -184,7 +184,7 @@ GEM
timeout
net-smtp (0.5.0)
net-protocol
net-ssh (7.3.0)
net-ssh (7.2.3)
nio4r (2.7.3)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
Expand All @@ -193,9 +193,8 @@ GEM
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
octokit (4.8.0)
sawyer (~> 0.8.0, >= 0.5.3)
optimist (3.1.0)
ostruct (0.6.0)
parallel (1.26.3)
Expand Down Expand Up @@ -260,12 +259,12 @@ GEM
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.1)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.5)
Expand Down Expand Up @@ -315,9 +314,9 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sawyer (0.9.2)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
faraday (> 0.8, < 2.0)
sidecloq (0.5.0)
concurrent-ruby
redis-client (>= 0.14.0)
Expand Down Expand Up @@ -364,7 +363,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.18)
zeitwerk (2.7.1)

PLATFORMS
arm64-darwin-22
Expand All @@ -386,8 +385,8 @@ DEPENDENCIES
manageiq-style (>= 1.4)
minigit (~> 0.0.4)
more_core_extensions (~> 4.4)
net-ssh (~> 7.3.0)
octokit (~> 4.25.0)
net-ssh (~> 7.2.0)
octokit (~> 4.8.0)
pg
puma
rails (~> 6.1.0, >= 6.1.7.8)
Expand Down

0 comments on commit 419f274

Please sign in to comment.