File tree 3 files changed +3
-10
lines changed
3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,6 @@ gemfile:
21
21
- gemfiles/rails_5.1.gemfile
22
22
- gemfiles/rails_5.2.gemfile
23
23
matrix :
24
- include :
25
- - rvm : 1.9.3
26
- gemfile : gemfiles/rails_4.2.gemfile
27
- - rvm : 2.0.0
28
- gemfile : gemfiles/rails_4.2.gemfile
29
- - rvm : 2.1.10
30
- gemfile : gemfiles/rails_4.2.gemfile
31
24
allow_failures :
32
25
- rvm : rbx-2
33
26
- rvm : jruby
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- globalid (0.4.2 )
4
+ globalid (0.5.0 )
5
5
activesupport (>= 4.2.0 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
s . platform = Gem ::Platform ::RUBY
3
3
s . name = 'globalid'
4
- s . version = '0.4.2 '
4
+ s . version = '0.5.0 '
5
5
s . summary = 'Refer to any model with a URI: gid://app/class/id'
6
6
s . description = 'URIs for your models makes it easy to pass references around.'
7
7
8
- s . required_ruby_version = '>= 1.9.3 '
8
+ s . required_ruby_version = '>= 2.2.2 '
9
9
10
10
s . license = 'MIT'
11
11
You can’t perform that action at this time.
0 commit comments