Skip to content

Commit

Permalink
fix: dev dependencies for Ruby 2.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
swiknaba committed Jan 20, 2025
1 parent b1d4491 commit 772059c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ gem "rubocop-dbl", "~> 2"
gem "sorbet"
gem "spoom"
gem "tapioca"
gem "benchmark" # for Ruby 2.5+
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ GEM
specs:
amazing_print (1.6.0)
ast (2.4.2)
benchmark (0.4.0)
bigdecimal (3.1.8)
byebug (11.1.3)
concurrent-ruby (1.2.3)
Expand Down Expand Up @@ -142,6 +143,7 @@ PLATFORMS

DEPENDENCIES
amazing_print
benchmark
bundler
byebug
dotenv
Expand Down

0 comments on commit 772059c

Please sign in to comment.