Skip to content

Commit

Permalink
Merge pull request #260 from sanger/depfu/batch_all/2023-01-30
Browse files Browse the repository at this point in the history
[ruby] Update all Bundler dependencies (2024-03-24)
  • Loading branch information
yoldas authored Mar 25, 2024
2 parents 4a066d4 + d64b52b commit 68a37ee
Show file tree
Hide file tree
Showing 31 changed files with 200 additions and 179 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ AllCops:
Metrics/BlockLength:
Exclude:
- Gemfile
IgnoredMethods:
AllowedMethods:
- describe
- context
- background
Expand Down
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ gem 'rb-readline'
gem 'yard'

# Feature flags
gem 'flipper'
gem 'flipper-redis'
gem 'flipper-ui'
gem 'flipper', '~> 0.26.0'
gem 'flipper-active_record', '~> 0.26.0'
gem 'flipper-redis', '~> 0.26.0'
gem 'flipper-ui', '~> 0.26.0'

group :development, :test do
# Call 'pry' anywhere in the code to stop execution and get a debugger console
Expand Down
Loading

0 comments on commit 68a37ee

Please sign in to comment.