Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem "field_test", "~> 0.4" # A/B testing
gem "flipper", "~> 0.20.4" # Feature flipping / flags for Ruby
gem "flipper-active_record", "~> 0.20.4" # Store Flipper flags in ActiveRecord
gem "flipper-ui", "~> 0.20.4"
gem "fog-aws", "~> 3.10" # 'fog' gem to support Amazon Web Services
gem "fog-aws", "~> 3.13" # 'fog' gem to support Amazon Web Services
gem "front_matter_parser", "~> 1.0" # 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
gem "gibbon", "~> 3.4" # API wrapper for MailChimp's API
Expand Down
20 changes: 9 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ GEM
et-orbi (1.2.4)
tzinfo
eventmachine (1.2.7)
excon (0.79.0)
excon (0.91.0)
execjs (2.7.0)
exifr (1.3.9)
factory_bot (6.1.0)
Expand Down Expand Up @@ -295,23 +295,22 @@ GEM
flipper (~> 0.20.4)
rack (>= 1.4, < 3)
rack-protection (>= 1.5.3, < 2.2.0)
fog-aws (3.10.0)
fog-aws (3.13.0)
fog-core (~> 2.1)
fog-json (~> 1.1)
fog-xml (~> 0.1)
ipaddress (~> 0.8)
fog-core (2.2.3)
fog-core (2.2.4)
builder
excon (~> 0.71)
formatador (~> 0.2)
mime-types
fog-json (1.2.0)
fog-core
multi_json (~> 1.10)
fog-xml (0.1.3)
fog-xml (0.1.4)
fog-core
nokogiri (>= 1.5.11, < 2.0.0)
formatador (0.2.5)
formatador (0.3.0)
front_matter_parser (1.0.0)
fugit (1.4.4)
et-orbi (~> 1.1, >= 1.1.8)
Expand Down Expand Up @@ -387,7 +386,6 @@ GEM
inline_svg (1.7.2)
activesupport (>= 3.0)
nokogiri (>= 1.6)
ipaddress (0.8.3)
jbuilder (2.11.2)
activesupport (>= 5.0.0)
jquery-fileupload-rails (0.4.7)
Expand Down Expand Up @@ -439,9 +437,9 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
memory_profiler (1.0.0)
method_source (1.0.0)
mime-types (3.3.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0225)
mime-types-data (3.2022.0105)
mini_histogram (0.3.1)
mini_magick (4.11.0)
mini_mime (1.0.3)
Expand Down Expand Up @@ -541,7 +539,7 @@ GEM
rest-client (~> 2.0, >= 2.0.2)
pusher-signature (0.1.8)
raabro (1.4.0)
racc (1.5.2)
racc (1.6.0)
rack (2.2.3)
rack-attack (6.5.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -897,7 +895,7 @@ DEPENDENCIES
flipper (~> 0.20.4)
flipper-active_record (~> 0.20.4)
flipper-ui (~> 0.20.4)
fog-aws (~> 3.10)
fog-aws (~> 3.13)
front_matter_parser (~> 1.0)
gemoji (~> 4.0.0.rc2)
gibbon (~> 3.4)
Expand Down
Binary file removed vendor/cache/excon-0.79.0.gem
Binary file not shown.
Binary file added vendor/cache/excon-0.91.0.gem
Binary file not shown.
Binary file removed vendor/cache/fog-aws-3.10.0.gem
Binary file not shown.
Binary file added vendor/cache/fog-aws-3.13.0.gem
Binary file not shown.
Binary file removed vendor/cache/fog-core-2.2.3.gem
Binary file not shown.
Binary file added vendor/cache/fog-core-2.2.4.gem
Binary file not shown.
Binary file removed vendor/cache/fog-xml-0.1.3.gem
Binary file not shown.
Binary file added vendor/cache/fog-xml-0.1.4.gem
Binary file not shown.
Binary file removed vendor/cache/formatador-0.2.5.gem
Binary file not shown.
Binary file added vendor/cache/formatador-0.3.0.gem
Binary file not shown.
Binary file removed vendor/cache/ipaddress-0.8.3.gem
Binary file not shown.
Binary file removed vendor/cache/mime-types-3.3.1.gem
Binary file not shown.
Binary file added vendor/cache/mime-types-3.4.1.gem
Binary file not shown.
Binary file removed vendor/cache/mime-types-data-3.2021.0225.gem
Binary file not shown.
Binary file added vendor/cache/mime-types-data-3.2022.0105.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.5.2.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.6.0.gem
Binary file not shown.