Skip to content

Commit 20f6a4a

Browse files
committed
Bump to 0.5.1 for Active Support Gemfile.lock update
1 parent 1366dc0 commit 20f6a4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.5.0)
5-
activesupport (>= 4.2.0)
4+
globalid (0.5.1)
5+
activesupport (>= 5.0)
66

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

globalid.gemspec

+1-1
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.5.0'
4+
s.version = '0.5.1'
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

0 commit comments

Comments
 (0)