Skip to content

Commit

Permalink
Merge pull request #281 from internetee/dependabot/bundler/figaro-1.2.0
Browse files Browse the repository at this point in the history
Bump figaro from 1.1.1 to 1.2.0
  • Loading branch information
yulgolem authored May 24, 2021
2 parents 69fbc8d + 2c9a7e7 commit 86dab39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'aws-sdk-ses', '~> 1.38'
gem 'bootsnap', require: false
gem 'figaro', '~> 1.1.0'
gem 'figaro', '~> 1.2.0'
gem 'jbuilder'
gem 'mimemagic', '~> 0.3.10'
gem 'pg', '~> 1.2.3'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ GEM
erubi (1.9.0)
execjs (2.7.0)
ffi (1.15.1)
figaro (1.1.1)
thor (~> 0.14)
figaro (1.2.0)
thor (>= 0.14.0, < 2)
globalid (0.4.2)
activesupport (>= 4.2.0)
hashdiff (1.0.1)
Expand Down Expand Up @@ -206,7 +206,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (0.20.3)
thor (1.1.0)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.9)
Expand Down Expand Up @@ -235,7 +235,7 @@ DEPENDENCIES
aws-sdk-ses (~> 1.38)
bootsnap
capybara
figaro (~> 1.1.0)
figaro (~> 1.2.0)
jbuilder
listen (>= 3.0.5, < 3.6)
mimemagic (~> 0.3.10)
Expand Down

0 comments on commit 86dab39

Please sign in to comment.