File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed
exposure/nesting_exposure Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,21 @@ after_success:
7
7
- bundle exec danger
8
8
9
9
rvm :
10
- - 2.5.8
11
10
- 2.6.6
12
11
- 2.7.2
13
- - ruby-head
14
- - jruby-head
15
- - truffleruby-head
16
- - 2.4.10
17
-
12
+ - 3.0.0
18
13
19
14
matrix :
20
15
fast_finish : true
21
16
17
+ include :
18
+ - rvm : 2.5.8
19
+ - rvm : ruby-head
20
+ - rvm : jruby-head
21
+ - rvm : truffleruby-head
22
+
22
23
allow_failures :
23
- - rvm : 2.4.10
24
+ - rvm : 2.5.8
24
25
- rvm : ruby-head
25
26
- rvm : jruby-head
26
27
- rvm : truffleruby-head
Original file line number Diff line number Diff line change 3
3
#### Features
4
4
5
5
* Your contribution here.
6
+ * [ #342 ] ( https://github.com/ruby-grape/grape-entity/pull/342 ) : Adds ruby 3.0.0 to travis - [ @LeFnord ] ( https://github.com/LeFnord ) .
6
7
7
8
#### Fixes
8
9
Original file line number Diff line number Diff line change @@ -122,8 +122,6 @@ def hash_access=(value)
122
122
case value
123
123
when :to_s , :str , :string
124
124
:to_s
125
- when :to_sym , :sym , :symbol
126
- :to_sym
127
125
else
128
126
:to_sym
129
127
end
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ def output
51
51
output
52
52
end
53
53
54
- # rubocop:disable Lint/EmptyBlock
55
54
# In case if we want to solve collisions providing lambda to :merge option
56
55
def merge_strategy ( for_merge )
57
56
if for_merge . respond_to? :call
@@ -60,7 +59,6 @@ def merge_strategy(for_merge)
60
59
-> { }
61
60
end
62
61
end
63
- # rubocop:enable Lint/EmptyBlock
64
62
end
65
63
end
66
64
end
You can’t perform that action at this time.
0 commit comments