Skip to content

Commit

Permalink
Merge pull request #1786 from troessner/clean-up-dev-dependencies
Browse files Browse the repository at this point in the history
Clean up development dependencies
  • Loading branch information
mvz authored Jul 7, 2024
2 parents e27cb58 + 60b7f50 commit 1ea94a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ruby RUBY_VERSION

group :development do
gem 'aruba', '~> 2.1'
gem 'bigdecimal', '>= 2.0.0', '< 4.0'
gem 'codeclimate-engine-rb', '~> 0.4.0'
gem 'cucumber', '~> 9.0'
gem 'kramdown', '~> 2.1'
Expand All @@ -17,11 +16,11 @@ group :development do
gem 'rubocop', '~> 1.64.1'
gem 'rubocop-performance', '~> 1.21.0'
gem 'rubocop-rspec', '~> 3.0.2'
gem 'rubocop-rspec_rails', '~> 2.29.0'
gem 'simplecov', '>= 0.18.0', '< 0.23.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9.5'

platforms :mri do
# Needed for YARD to properly parse GFM code blocks in the documentation
gem 'redcarpet', '~> 3.4'
end
end
Expand Down

0 comments on commit 1ea94a0

Please sign in to comment.