diff --git a/Gemfile.lock b/Gemfile.lock index 8c9e311..faa1770 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - globalid (1.2.0) + globalid (1.2.1) activesupport (>= 6.1) GEM diff --git a/globalid.gemspec b/globalid.gemspec index bc0eca7..6ed691d 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.2.0' + s.version = '1.2.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.'