Skip to content

Commit

Permalink
Merge pull request #294 from tk0miya/deps/benchmark
Browse files Browse the repository at this point in the history
deps: Add benchmark gem to test/app/Gemfile
  • Loading branch information
tk0miya authored Feb 2, 2025
2 parents 4c75d92 + bc3fdf7 commit 5468f9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ gem 'base64'
gem 'bigdecimal'
gem 'mutex_m'

# They are bundled gems since Ruby 3.5
gem 'benchmark'

gem 'rbs_rails', path: '../../'
4 changes: 3 additions & 1 deletion test/app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
rbs_rails (0.12.0)
rbs_rails (0.12.1)
parser
rbs (>= 1)

Expand Down Expand Up @@ -70,6 +70,7 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bcrypt (3.1.20)
benchmark (0.4.0)
bigdecimal (3.1.8)
bootsnap (1.18.4)
msgpack (~> 1.2)
Expand Down Expand Up @@ -176,6 +177,7 @@ PLATFORMS
DEPENDENCIES
base64
bcrypt
benchmark
bigdecimal
bootsnap
mutex_m
Expand Down

0 comments on commit 5468f9a

Please sign in to comment.