Skip to content

Commit

Permalink
Merge pull request #35 from yujideveloper/feature/update-dev-dependen…
Browse files Browse the repository at this point in the history
…cies

Update dev dependencies
  • Loading branch information
yujideveloper committed Dec 25, 2023
2 parents 229d07c + 7629080 commit d221629
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install
bundler-cache: true
- name: Run tests
run: bundle exec rake spec
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* Require MFA to release gem
* Change the default branch from master to main
* Correct RuboCop offenses
* Update dev dependencies


## 2.0.0 (2020-01-09)
Expand Down
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ source "https://rubygems.org"

gemspec

gem "bundler", ">= 1.14"
gem "pry", ">= 0.10.0"
gem "rake", ">= 10.0"
gem "rspec", "~> 3.0"
gem "rubocop", ">= 0.70.0"
gem "rubocop-performance", ">= 1.3.0"
gem "bundler", ">= 2.2.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 comments on commit d221629

Please sign in to comment.