diff --git a/Gemfile.lock b/Gemfile.lock index b8153a3..c48ffe2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,12 @@ PATH remote: . specs: - orthoses-rails (1.3.0) + orthoses-rails (1.4.0) orthoses (>= 1.13) GEM remote: https://rubygems.org/ specs: - abbrev (0.1.1) actioncable (7.1.1) actionpack (= 7.1.1) activesupport (= 7.1.1) @@ -190,7 +189,6 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rbs (3.2.2) - abbrev rbtree (0.4.6) rdoc (6.5.0) psych (>= 4.0.0) diff --git a/lib/orthoses/rails/version.rb b/lib/orthoses/rails/version.rb index 91c437d..52ce2ca 100644 --- a/lib/orthoses/rails/version.rb +++ b/lib/orthoses/rails/version.rb @@ -2,6 +2,6 @@ module Orthoses module Rails - VERSION = "1.3.0" + VERSION = "1.4.0" end end