Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Jul 30, 2024
1 parent a42ee06 commit 1b961c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ gem 'bigdecimal'
# Rake is a Make-like program implemented in Ruby (https://github.com/ruby/rake)
gem 'rake'

# rspec-3.12.0 (http://github.com/rspec)
# rspec-3.13.0 (http://github.com/rspec)
gem 'rspec'

# Automatic Ruby code style checking tool. (https://github.com/rubocop/rubocop)
gem 'rubocop'
gem 'rubocop', require: false

# Automatic performance checking tool for Ruby code. (https://github.com/rubocop/rubocop-performance)
gem 'rubocop-performance'
gem 'rubocop-performance', require: false

# Code style checking for RSpec files (https://github.com/rubocop/rubocop-rspec)
gem 'rubocop-rspec'
gem 'rubocop-rspec', require: false

# A RuboCop plugin for Rake (https://github.com/rubocop/rubocop-rake)
gem 'rubocop-rake'
gem 'rubocop-rake', require: false

# Thread-safety checks via static analysis (https://github.com/rubocop/rubocop-thread_safety)
gem 'rubocop-thread_safety', require: false
Expand Down

0 comments on commit 1b961c3

Please sign in to comment.