Skip to content

Commit 7eb8c36

Browse files
committed
fix linter
1 parent 6a739c0 commit 7eb8c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ group :development, :test do
5050
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
5151
gem "rubocop-rails-omakase", require: false
5252

53-
gem 'rspec-rails'
53+
gem "rspec-rails"
5454

55-
gem 'knapsack_pro'
55+
gem "knapsack_pro"
5656
end
5757

5858
group :development do

0 commit comments

Comments
 (0)