We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec9833 commit 27dff72Copy full SHA for 27dff72
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- globalid (1.1.0)
+ globalid (1.2.0)
5
activesupport (>= 6.1)
6
7
GEM
@@ -39,11 +39,11 @@ GEM
39
method_source (1.0.0)
40
mini_portile2 (2.8.4)
41
minitest (5.19.0)
42
- nokogiri (1.14.0-aarch64-linux)
43
- racc (~> 1.4)
44
nokogiri (1.15.4)
45
mini_portile2 (~> 2.8.2)
46
racc (~> 1.4)
+ nokogiri (1.15.4-aarch64-linux)
+ racc (~> 1.4)
47
racc (1.7.1)
48
rack (2.2.8)
49
rack-test (2.1.0)
globalid.gemspec
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'globalid'
- s.version = '1.1.0'
+ s.version = '1.2.0'
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