diff --git a/Gemfile b/Gemfile index 8a6a9d8ea..df92d53d2 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org/" ruby "2.3.1" # -# Bundle edge Rails instead: gem "rails", github: "rails/rails" +# Bundle edge Rails instead: gem "rails", ">= 7.1.5.2", github: "rails/rails" gem "rails" gem "listen" @@ -38,7 +38,7 @@ gem "sdoc", group: :doc # Use Rails Html Sanitizer for HTML sanitization gem "rails-html-sanitizer" -gem "react_on_rails", "~> 6.7.1" +gem "react_on_rails", "~> 6.7.2" # See https://github.com/sstephenson/execjs#readme for more supported runtimes # mini_racer is probably faster than therubyracer