File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1414 uses : ruby/setup-ruby@v1
1515 with :
1616 ruby-version : ${{ matrix.ruby }}
17- - name : Install dependencies
18- run : bundle install
17+ bundler-cache : true
1918 - name : Run tests
2019 run : bundle exec rake spec
Original file line number Diff line number Diff line change 1212* Require MFA to release gem
1313* Change the default branch from master to main
1414* Correct RuboCop offenses
15+ * Update dev dependencies
1516
1617
1718## 2.0.0 (2020-01-09)
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ source "https://rubygems.org"
44
55gemspec
66
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"
12- gem "rubocop-performance" , ">= 1.3.0 "
7+ gem "bundler" , ">= 2.2.3 "
8+ gem "pry" , ">= 0.14.2 "
9+ gem "rake" , ">= 13.1 "
10+ gem "rspec" , "~> 3.12 "
11+ gem "rubocop" , ">= 1.59 .0"
12+ gem "rubocop-performance" , ">= 1.20.1 "
You can’t perform that action at this time.
0 commit comments