Skip to content

Commit

Permalink
Bump min version of CA and rspec
Browse files Browse the repository at this point in the history
Just to make sure we're using expected ones
  • Loading branch information
ixti committed Dec 27, 2020
1 parent 0ddebf5 commit 6a7228f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ group :development do
end

group :test do
gem "certificate_authority", :require => false
gem "certificate_authority", "~> 1.0", :require => false

gem "backports"

gem "simplecov", :require => false
gem "simplecov-lcov", :require => false

gem "rspec", "~> 3.0"
gem "rspec", "~> 3.10"
gem "rspec-its"

gem "rubocop", "= 0.68.1"
Expand Down

0 comments on commit 6a7228f

Please sign in to comment.