We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1366dc0 commit 20f6a4aCopy full SHA for 20f6a4a
Gemfile.lock
@@ -1,8 +1,8 @@
1
PATH
2
remote: .
3
specs:
4
- globalid (0.5.0)
5
- activesupport (>= 4.2.0)
+ globalid (0.5.1)
+ activesupport (>= 5.0)
6
7
GEM
8
remote: https://rubygems.org/
globalid.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'globalid'
- s.version = '0.5.0'
+ s.version = '0.5.1'
s.summary = 'Refer to any model with a URI: gid://app/class/id'
s.description = 'URIs for your models makes it easy to pass references around.'
0 commit comments