Bump figaro from 1.1.1 to 1.2.0 (#7859)
Bumps [figaro](https://github.com/laserlemon/figaro) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/laserlemon/figaro/releases) - [Changelog](https://github.com/laserlemon/figaro/blob/master/CHANGELOG.md) - [Commits](https://github.com/laserlemon/figaro/compare/v1.1.1...v1.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
06dbec7d2a
commit
cc5fa37767
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -43,7 +43,7 @@ gem "fast_jsonapi", "~> 1.5" # Serializer for Ruby objects
|
|||
gem "fastly", "~> 2.5" # Client library for the Fastly acceleration system
|
||||
gem "feedjira", "~> 3.1" # A feed fetching and parsing library
|
||||
gem "field_test", "~> 0.3" # A/B testing
|
||||
gem "figaro", "~> 1.1" # Simple, Heroku-friendly Rails app configuration using ENV and a single YAML file
|
||||
gem "figaro", "~> 1.2" # Simple, Heroku-friendly Rails app configuration using ENV and a single YAML file
|
||||
gem "fog-aws", "~> 3.6" # 'fog' gem to support Amazon Web Services
|
||||
gem "front_matter_parser", "~> 0.2" # Parse a front matter from syntactically correct strings or files
|
||||
gem "gemoji", "~> 4.0.0.rc2" # Character information and metadata for standard and custom emoji
|
||||
|
|
|
|||
|
|
@ -319,8 +319,8 @@ GEM
|
|||
browser (>= 2.0)
|
||||
distribution
|
||||
railties (>= 5)
|
||||
figaro (1.1.1)
|
||||
thor (~> 0.14)
|
||||
figaro (1.2.0)
|
||||
thor (>= 0.14.0, < 2)
|
||||
fix-db-schema-conflicts (3.0.3)
|
||||
rubocop (>= 0.38.0)
|
||||
fog-aws (3.6.3)
|
||||
|
|
@ -887,7 +887,7 @@ DEPENDENCIES
|
|||
fastly (~> 2.5)
|
||||
feedjira (~> 3.1)
|
||||
field_test (~> 0.3)
|
||||
figaro (~> 1.1)
|
||||
figaro (~> 1.2)
|
||||
fix-db-schema-conflicts (~> 3.0)
|
||||
fog-aws (~> 3.6)
|
||||
front_matter_parser (~> 0.2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue