Skip to content

Commit

Permalink
Update dependency bootsnap to '~> 1.18.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 21, 2024
1 parent 099504c commit 920c100
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'aws-sdk-ses', '~> 1.40'
gem 'bootsnap', '~> 1.16.0', require: false
gem 'bootsnap', '~> 1.18.0', require: false
gem 'figaro', '~> 1.2.0'
gem 'jbuilder'
gem 'mimemagic', '~> 0.4.3'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.4)
aws-eventstream (~> 1, >= 1.0.2)
bootsnap (1.16.0)
bootsnap (1.18.3)
msgpack (~> 1.2)
builder (3.2.4)
capybara (3.35.3)
Expand Down Expand Up @@ -135,7 +135,7 @@ GEM
mini_mime (1.1.1)
mini_portile2 (2.8.0)
minitest (5.14.4)
msgpack (1.6.0)
msgpack (1.7.2)
nio4r (2.5.9)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
Expand Down Expand Up @@ -245,7 +245,7 @@ PLATFORMS
DEPENDENCIES
apparition!
aws-sdk-ses (~> 1.40)
bootsnap (~> 1.16.0)
bootsnap (~> 1.18.0)
capybara
figaro (~> 1.2.0)
jbuilder
Expand Down

0 comments on commit 920c100

Please sign in to comment.