Skip to content

Commit

Permalink
Improve Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Nov 11, 2024
1 parent dc99d57 commit 3a090ba
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ source 'https://rubygems.org'

gemspec

# Dev libs
gem 'combustion', '~> 1.1'
gem 'rails', '>= 5.2'
gem 'rake'
gem 'rspec-rails', '~> 3.8'
gem 'rubocop'
gem 'rubocop-performance'
gem 'rubocop-rails'
gem 'rubocop-rake'
gem 'rubocop-rspec'
gem 'rubocop-rspec_rails'
gem 'simplecov'

# Dev tools / linter
gem 'rubocop', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
gem 'rubocop-rake', require: false
gem 'rubocop-rspec', require: false
gem 'rubocop-rspec_rails', require: false

0 comments on commit 3a090ba

Please sign in to comment.