diff --git a/Gemfile.lock b/Gemfile.lock index bc90fca..af52a31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phraseapp-in-context-editor-ruby (2.0.0) + phraseapp-in-context-editor-ruby (2.1.0) i18n (~> 1.0) json (~> 2.0) request_store (~> 1.2) diff --git a/phraseapp-in-context-editor-ruby.gemspec b/phraseapp-in-context-editor-ruby.gemspec index 89f4f71..809eb02 100644 --- a/phraseapp-in-context-editor-ruby.gemspec +++ b/phraseapp-in-context-editor-ruby.gemspec @@ -1,5 +1,7 @@ # frozen_string_literal: true +require "./lib/phraseapp-in-context-editor-ruby/version" + Gem::Specification.new do |s| s.name = "phraseapp-in-context-editor-ruby" s.version = PhraseApp::VERSION