File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem 'mysql2' , '0.5.4 '
3
+ gem 'mysql2' , '0.5.6 '
4
4
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'
10
8
gem 'multi_json' , require : 'multi_json'
11
9
gem 'oj' , '~> 3.16'
Original file line number Diff line number Diff line change @@ -12,10 +12,9 @@ comparing a variety of web servers.
12
12
The tests were run with:
13
13
14
14
* [ 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/ )
17
16
* [ Unicorn 6.1.0] ( https://yhbt.net/unicorn/ )
18
- * [ Puma 5. 6.4] ( https://puma.io/ )
17
+ * [ Puma 6.4] ( https://puma.io/ )
19
18
20
19
## Paths & Source for Tests
21
20
You can’t perform that action at this time.
0 commit comments