Skip to content

Commit

Permalink
Merge pull request #3444 from ualbertalib/dependabot/bundler/master/m…
Browse files Browse the repository at this point in the history
…ulti-d8182a35ef

Bump flipper-active_record, flipper and flipper-ui
  • Loading branch information
murny authored Apr 17, 2024
2 parents d389620 + 40cbc06 commit 22a9809
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ gem 'datacite-client', github: 'ualbertalib/datacite-client', tag: 'v0.1.0', req
gem 'differ' # Used to diff two strings
gem 'draper'
gem 'edtf', '~> 3.1' # parsing Extended Date/Time Format
gem 'flipper', '~> 1.2.2' # Feature flags for Ruby
gem 'flipper-active_record', '~> 1.2.2' # Store feature flags in ActiveRecord
gem 'flipper-ui', '~> 1.2.2' # UI for feature flags
gem 'flipper', '~> 1.3.0' # Feature flags for Ruby
gem 'flipper-active_record', '~> 1.3.0' # Store feature flags in ActiveRecord
gem 'flipper-ui', '~> 1.3.0' # UI for feature flags
gem 'jbuilder' # generate JSON objects
gem 'kaminari' # Pagination
gem 'paper_trail', '~> 15.1.0' # Track object changes
Expand Down
21 changes: 11 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,16 +233,17 @@ GEM
faraday-net_http (3.1.0)
net-http
ffi (1.16.3)
flipper (1.2.2)
flipper (1.3.0)
concurrent-ruby (< 2)
flipper-active_record (1.2.2)
flipper-active_record (1.3.0)
activerecord (>= 4.2, < 8)
flipper (~> 1.2.2)
flipper-ui (1.2.2)
flipper (~> 1.3.0)
flipper-ui (1.3.0)
erubi (>= 1.0.0, < 2.0.0)
flipper (~> 1.2.2)
flipper (~> 1.3.0)
rack (>= 1.4, < 4)
rack-protection (>= 1.5.3, <= 4.0.0)
rack-protection (>= 1.5.3, < 5.0.0)
rack-session (>= 1.0.2, < 3.0.0)
sanitize (< 7)
fugit (1.9.0)
et-orbi (~> 1, >= 1.2.7)
Expand Down Expand Up @@ -336,7 +337,7 @@ GEM
matrix (0.4.2)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
mini_portile2 (2.8.6)
minitest (5.22.3)
minitest-retry (0.2.2)
minitest (>= 5.0)
Expand Down Expand Up @@ -647,9 +648,9 @@ DEPENDENCIES
edtf (~> 3.1)
erb_lint (>= 0.0.35)
faker
flipper (~> 1.2.2)
flipper-active_record (~> 1.2.2)
flipper-ui (~> 1.2.2)
flipper (~> 1.3.0)
flipper-active_record (~> 1.3.0)
flipper-ui (~> 1.3.0)
google-api-client
haikunator
image_processing
Expand Down

0 comments on commit 22a9809

Please sign in to comment.