Răsfoiți Sursa

[ruby/grape] Update dependencies (#9094)

Petrik de Heus 1 an în urmă
părinte
comite
de5eec3bb5
2 a modificat fișierele cu 6 adăugiri și 9 ștergeri
  1. 4 6
      frameworks/Ruby/grape/Gemfile
  2. 2 3
      frameworks/Ruby/grape/README.md

+ 4 - 6
frameworks/Ruby/grape/Gemfile

@@ -1,11 +1,9 @@
 source 'https://rubygems.org'
 
-gem 'mysql2', '0.5.4'
+gem 'mysql2', '0.5.6'
 gem 'unicorn', '6.1.0'
-gem 'puma', '5.6.4'
-gem 'activerecord', '7.0.3', :require => 'active_record'
-gem 'activerecord-import', '1.4.0'
-gem 'grape', '1.6.2'
-gem 'rack', '2.2.3.1'
+gem 'puma', '~> 6.4'
+gem 'activerecord', '~> 7.1.0', :require => 'active_record'
+gem 'grape', '2.0.0'
 gem 'multi_json', require: 'multi_json'
 gem 'oj', '~> 3.16'

+ 2 - 3
frameworks/Ruby/grape/README.md

@@ -12,10 +12,9 @@ comparing a variety of web servers.
 The tests were run with:
 
 * [Ruby 3.3](http://www.ruby-lang.org/)
-* [Grape 1.6.2](http://www.ruby-grape.org/)
-* [Rack 2.2.3.1](https://rack.github.io/)
+* [Grape 2.0.0](http://www.ruby-grape.org/)
 * [Unicorn 6.1.0](https://yhbt.net/unicorn/)
-* [Puma 5.6.4](https://puma.io/)
+* [Puma 6.4](https://puma.io/)
 
 ## Paths & Source for Tests