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 8b9f49c commit 9ded7f5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ source 'https://rubygems.org'

gemspec

# Dev libs
gem 'rack-test', '~> 2.1.0'
gem 'rake', '~> 13.0'
gem 'rake'
gem 'rspec'
gem 'rspec-sidekiq'
gem 'rubocop'
gem 'rubocop-performance'
gem 'rubocop-rake'
gem 'rubocop-rspec'
gem 'simplecov'

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

0 comments on commit 9ded7f5

Please sign in to comment.