Skip to content

Commit e446793

Browse files
committed
Bump to 0.4.0.
Adds the URL-safe SGIDs and removes Rails 4.1 support.
1 parent 95f4a24 commit e446793

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
globalid (0.3.7)
5-
activesupport (>= 4.1.0)
4+
globalid (0.4.0)
5+
activesupport (>= 4.2.0)
66

77
GEM
88
remote: https://rubygems.org/

globalid.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.platform = Gem::Platform::RUBY
33
s.name = 'globalid'
4-
s.version = '0.3.7'
4+
s.version = '0.4.0'
55
s.summary = 'Refer to any model with a URI: gid://app/class/id'
66
s.description = 'URIs for your models makes it easy to pass references around.'
77

@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
s.files = Dir['MIT-LICENSE', 'README.md', 'lib/**/*']
1717
s.require_path = 'lib'
1818

19-
s.add_runtime_dependency 'activesupport', '>= 4.1.0'
19+
s.add_runtime_dependency 'activesupport', '>= 4.2.0'
2020

2121
s.add_development_dependency 'rake'
2222
end

0 commit comments

Comments
 (0)