Skip to content

Commit

Permalink
move gems to dev group
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewilkinson committed Aug 2, 2023
1 parent b3249ce commit 80c5be7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Style/Documentation:

Metrics/BlockLength:
Exclude:
- 'config.ru'
- 'app.rb'

Metrics/ClassLength:
Enabled: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ source 'https://rubygems.org'
ruby File.read(File.join(__dir__, '.ruby-version')).chomp.delete_prefix('ruby-')

gem 'bcrypt'
gem 'better_html'
gem 'chartkick'
gem 'dotenv'
gem 'erb_lint', require: false
gem 'erubi'
gem 'http'
gem 'puma'
Expand All @@ -23,6 +21,8 @@ gem 'sequel_pg'
gem 'tilt'

group :development do
gem 'better_html'
gem 'erb_lint', require: false
gem 'rubocop'
gem 'rubocop-performance'
end
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
require 'minitest/capybara'
require 'minitest/pride'
require 'rack/test'
require 'webdrivers/geckodriver'

require_relative '../app'

Expand Down

0 comments on commit 80c5be7

Please sign in to comment.