Skip to content

Commit

Permalink
Merge pull request #247 from Crown-Commercial-Service/dependabot/bund…
Browse files Browse the repository at this point in the history
…ler/activesupport-8.0.1
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
2 parents 6c3bd16 + 820b5ae commit c815a3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'axe-core-capybara', '>= 4.2.1'
gem 'axe-core-cucumber', '>= 4.2.1'

# For Time zones and manipulating dates
gem 'activesupport', '~> 8.0.0'
gem 'activesupport', '~> 8.0.1'

# For debugging
gem 'byebug', '~> 11.1'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.0)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand Down Expand Up @@ -87,10 +87,10 @@ GEM
ice_nine (0.11.2)
json (2.9.0)
language_server-protocol (3.17.0.3)
logger (1.6.1)
logger (1.6.3)
matrix (0.4.2)
mini_mime (1.1.5)
minitest (5.25.1)
minitest (5.25.4)
multi_test (1.1.0)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
Expand Down Expand Up @@ -144,7 +144,7 @@ GEM
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
securerandom (0.3.1)
securerandom (0.4.0)
selenium-webdriver (4.27.0)
base64 (~> 0.2)
logger (~> 1.4)
Expand All @@ -164,7 +164,7 @@ GEM
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.1)
uri (1.0.2)
virtus (2.0.0)
axiom-types (~> 0.1)
coercible (~> 1.0)
Expand All @@ -181,7 +181,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport (~> 8.0.0)
activesupport (~> 8.0.1)
axe-core-capybara (>= 4.2.1)
axe-core-cucumber (>= 4.2.1)
byebug (~> 11.1)
Expand Down

0 comments on commit c815a3d

Please sign in to comment.