Skip to content

Commit

Permalink
Specify versions for dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Mar 4, 2025
1 parent 8e3a4c5 commit fe1819a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ if ruby_version >= Gem::Version.new("2.7.0")
end

# For RSpec
gem "rspec", "~> 3.0"
gem "rspec-retry"
gem "rspec", "~> 3.13"
gem "rspec-retry", "~> 0.6"
gem "simplecov"
gem "simplecov-cobertura", "~> 1.4"
gem "simplecov-cobertura", "~> 2.1"
gem "rexml"

group :rubocop do
Expand Down

0 comments on commit fe1819a

Please sign in to comment.