diff --git a/Gemfile b/Gemfile index 814e16215..bf6ed2a05 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ gem "i18n-js", "~> 3.9.0" # Helps with internationalization in Rails. gem "imgproxy", "~> 2.0" # A gem that easily generates imgproxy URLs for your images gem "inline_svg", "~> 1.7" # Embed SVG documents in your Rails views and style them with CSS gem "jbuilder", "~> 2.11" # Create JSON structures via a Builder-style DSL -gem "js-routes", "~> 2.1" # Brings Rails named routes to javascript +gem "js-routes", "~> 2.2" # Brings Rails named routes to javascript gem "jsonapi-serializer", "~> 2.2" # Serializer for Ruby objects gem "kaminari", "~> 1.2" # A Scope & Engine based, clean, powerful, customizable and sophisticated paginator gem "katex", "~> 0.8.0" # This rubygem enables you to render TeX math to HTML using KaTeX. It uses ExecJS under the hood diff --git a/Gemfile.lock b/Gemfile.lock index 5fc95da1b..53502360e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -422,7 +422,7 @@ GEM actionpack (>= 3.1) railties (>= 3.1) sass (>= 3.2) - js-routes (2.1.2) + js-routes (2.2.0) railties (>= 4) json (2.5.1) jsonapi-serializer (2.2.0) @@ -974,7 +974,7 @@ DEPENDENCIES imgproxy (~> 2.0) inline_svg (~> 1.7) jbuilder (~> 2.11) - js-routes (~> 2.1) + js-routes (~> 2.2) jsonapi-serializer (~> 2.2) kaminari (~> 1.2) katex (~> 0.8.0) diff --git a/vendor/cache/js-routes-2.1.2.gem b/vendor/cache/js-routes-2.1.2.gem deleted file mode 100644 index 30073cb75..000000000 Binary files a/vendor/cache/js-routes-2.1.2.gem and /dev/null differ diff --git a/vendor/cache/js-routes-2.2.0.gem b/vendor/cache/js-routes-2.2.0.gem new file mode 100644 index 000000000..5ee194d7c Binary files /dev/null and b/vendor/cache/js-routes-2.2.0.gem differ