diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 6b43b32823..512b93c24e 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: lib/sage_rails specs: - sage_rails (5.19.2) + sage_rails (5.19.3) classy_hash rails @@ -253,4 +253,4 @@ RUBY VERSION ruby 2.7.7p221 BUNDLED WITH - 2.4.22 + 2.4.21 diff --git a/docs/lib/sage_rails/lib/sage_rails/version.rb b/docs/lib/sage_rails/lib/sage_rails/version.rb index c84af7b2e6..50d10a7ef2 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.19.2" + VERSION = "5.19.3" end