File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- globalid (0.3.7 )
5
- activesupport (>= 4.1 .0 )
4
+ globalid (0.4.0 )
5
+ activesupport (>= 4.2 .0 )
6
6
7
7
GEM
8
8
remote: https://rubygems.org/
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.3.7 '
4
+ s . version = '0.4.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
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
s . files = Dir [ 'MIT-LICENSE' , 'README.md' , 'lib/**/*' ]
17
17
s . require_path = 'lib'
18
18
19
- s . add_runtime_dependency 'activesupport' , '>= 4.1 .0'
19
+ s . add_runtime_dependency 'activesupport' , '>= 4.2 .0'
20
20
21
21
s . add_development_dependency 'rake'
22
22
end
You can’t perform that action at this time.
0 commit comments