File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
- ### next
2
-
3
- #### Features
4
-
5
- * Your contribution here.
1
+ ### 2.1.1 (Sep 21, 2024)
6
2
7
3
#### Fixes
8
4
9
5
* [ #940 ] ( https://github.com/ruby-grape/grape-swagger/pull/940 ) : Grape 2.2.0 compatibility - [ @padde ] ( https://github.com/padde )
10
- * Your contribution here.
11
-
12
6
13
7
### 2.1.0 (May 14, 2024)
14
8
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ group :development, :test do
19
19
gem 'pry' , platforms : [ :mri ]
20
20
gem 'pry-byebug' , platforms : [ :mri ]
21
21
22
- grape_version = ENV . fetch ( 'GRAPE_VERSION' , '2.1 .0' )
22
+ grape_version = ENV . fetch ( 'GRAPE_VERSION' , '2.2 .0' )
23
23
if grape_version == 'HEAD' || Gem ::Version . new ( grape_version ) >= Gem ::Version . new ( '2.0.0' )
24
24
gem 'rack' , '>= 3.0'
25
25
else
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module GrapeSwagger
4
- VERSION = '2.1.0 '
4
+ VERSION = '2.1.1 '
5
5
end
You can’t perform that action at this time.
0 commit comments