Skip to content

Commit

Permalink
Update dependency bootsnap to '~> 1.16.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 26, 2023
1 parent fffc16a commit 8c8eb3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.15.0', require: false
gem 'bootsnap', '~> 1.16.0', require: false
gem 'figaro', '~> 1.2.0'
gem 'jbuilder'
gem 'mimemagic', '~> 0.4.3'
Expand Down
4 changes: 2 additions & 2 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.15.0)
bootsnap (1.16.0)
msgpack (~> 1.2)
builder (3.2.4)
capybara (3.35.3)
Expand Down Expand Up @@ -245,7 +245,7 @@ PLATFORMS
DEPENDENCIES
apparition!
aws-sdk-ses (~> 1.40)
bootsnap (~> 1.15.0)
bootsnap (~> 1.16.0)
capybara
figaro (~> 1.2.0)
jbuilder
Expand Down

0 comments on commit 8c8eb3e

Please sign in to comment.