Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yujideveloper committed Dec 25, 2023
1 parent 229d07c commit c5a6c25
Showing 1 changed file with 6 additions and 6 deletions.
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.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 comments on commit c5a6c25

Please sign in to comment.