diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index df2c90c7c0..e1c012922c 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: lib/sage_rails specs: - sage_rails (5.17.3) + sage_rails (5.17.4) classy_hash rails @@ -253,4 +253,4 @@ RUBY VERSION ruby 2.7.7p221 BUNDLED WITH - 2.4.19 + 2.4.20 diff --git a/docs/lib/sage_rails/lib/sage_rails/version.rb b/docs/lib/sage_rails/lib/sage_rails/version.rb index 0fae78f5cf..26cf6060fc 100644 --- a/docs/lib/sage_rails/lib/sage_rails/version.rb +++ b/docs/lib/sage_rails/lib/sage_rails/version.rb @@ -1,3 +1,3 @@ module SageRails - VERSION = "5.17.3" + VERSION = "5.17.4" end