Skip to content

Commit de5eec3

Browse files
authored
[ruby/grape] Update dependencies (#9094)
1 parent eab0c17 commit de5eec3

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

frameworks/Ruby/grape/Gemfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
source 'https://rubygems.org'
22

3-
gem 'mysql2', '0.5.4'
3+
gem 'mysql2', '0.5.6'
44
gem 'unicorn', '6.1.0'
5-
gem 'puma', '5.6.4'
6-
gem 'activerecord', '7.0.3', :require => 'active_record'
7-
gem 'activerecord-import', '1.4.0'
8-
gem 'grape', '1.6.2'
9-
gem 'rack', '2.2.3.1'
5+
gem 'puma', '~> 6.4'
6+
gem 'activerecord', '~> 7.1.0', :require => 'active_record'
7+
gem 'grape', '2.0.0'
108
gem 'multi_json', require: 'multi_json'
119
gem 'oj', '~> 3.16'

frameworks/Ruby/grape/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ comparing a variety of web servers.
1212
The tests were run with:
1313

1414
* [Ruby 3.3](http://www.ruby-lang.org/)
15-
* [Grape 1.6.2](http://www.ruby-grape.org/)
16-
* [Rack 2.2.3.1](https://rack.github.io/)
15+
* [Grape 2.0.0](http://www.ruby-grape.org/)
1716
* [Unicorn 6.1.0](https://yhbt.net/unicorn/)
18-
* [Puma 5.6.4](https://puma.io/)
17+
* [Puma 6.4](https://puma.io/)
1918

2019
## Paths & Source for Tests
2120

0 commit comments

Comments
 (0)