Skip to content

Commit 27dff72

Browse files
committed
Prepare for 1.2.0
1 parent 4ec9833 commit 27dff72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
globalid (1.1.0)
4+
globalid (1.2.0)
55
activesupport (>= 6.1)
66

77
GEM
@@ -39,11 +39,11 @@ GEM
3939
method_source (1.0.0)
4040
mini_portile2 (2.8.4)
4141
minitest (5.19.0)
42-
nokogiri (1.14.0-aarch64-linux)
43-
racc (~> 1.4)
4442
nokogiri (1.15.4)
4543
mini_portile2 (~> 2.8.2)
4644
racc (~> 1.4)
45+
nokogiri (1.15.4-aarch64-linux)
46+
racc (~> 1.4)
4747
racc (1.7.1)
4848
rack (2.2.8)
4949
rack-test (2.1.0)

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 = '1.1.0'
4+
s.version = '1.2.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

0 commit comments

Comments
 (0)