diff --git a/Gemfile.lock b/Gemfile.lock index e1cd4e5..8c9e311 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - globalid (1.1.0) + globalid (1.2.0) activesupport (>= 6.1) GEM @@ -39,11 +39,11 @@ GEM method_source (1.0.0) mini_portile2 (2.8.4) minitest (5.19.0) - nokogiri (1.14.0-aarch64-linux) - racc (~> 1.4) nokogiri (1.15.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) + nokogiri (1.15.4-aarch64-linux) + racc (~> 1.4) racc (1.7.1) rack (2.2.8) rack-test (2.1.0) diff --git a/globalid.gemspec b/globalid.gemspec index aae6540..bc0eca7 100644 --- a/globalid.gemspec +++ b/globalid.gemspec @@ -1,7 +1,7 @@ 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.'