We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229d07c commit 1edd0e7Copy full SHA for 1edd0e7
CHANGELOG.md
@@ -12,6 +12,7 @@
12
* Require MFA to release gem
13
* Change the default branch from master to main
14
* Correct RuboCop offenses
15
+* Update dev dependencies
16
17
18
## 2.0.0 (2020-01-09)
Gemfile
@@ -4,9 +4,9 @@ source "https://rubygems.org"
4
5
gemspec
6
7
-gem "bundler", ">= 1.14"
8
-gem "pry", ">= 0.10.0"
9
-gem "rake", ">= 10.0"
10
-gem "rspec", "~> 3.0"
11
-gem "rubocop", ">= 0.70.0"
-gem "rubocop-performance", ">= 1.3.0"
+gem "bundler", ">= 2.5.3"
+gem "pry", ">= 0.14.2"
+gem "rake", ">= 13.1"
+gem "rspec", "~> 3.12"
+gem "rubocop", ">= 1.59.0"
+gem "rubocop-performance", ">= 1.20.1"
0 commit comments