Skip to content

Commit 9f0f082

Browse files
committed
Fix Rubocop violations
1 parent f36edfb commit 9f0f082

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ gem 'countries'
1414
gem 'email_validator'
1515
gem 'faker'
1616
gem 'faraday'
17+
gem 'flipper', '~> 1.3'
18+
gem 'flipper-active_record', '~> 1.3'
1719
gem 'github_webhook', '~> 1.4'
1820
gem 'globalid'
1921
gem 'good_job', '~> 4.3'
@@ -38,8 +40,6 @@ gem 'rails', '~> 7.1'
3840
gem 'scout_apm'
3941
gem 'sentry-rails'
4042
gem 'statesman'
41-
gem "flipper", "~> 1.3"
42-
gem "flipper-active_record", "~> 1.3"
4343

4444
group :development, :test do
4545
gem 'awesome_print'
@@ -79,4 +79,4 @@ group :test do
7979
gem 'webmock'
8080
end
8181

82-
gem "flipper-ui", "~> 1.3"
82+
gem 'flipper-ui', '~> 1.3'

0 commit comments

Comments
 (0)