diff --git a/Gemfile b/Gemfile index d8fa8f480..1678c8138 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' # Match ruby version in .ruby-version ruby File.read('.ruby-version') -gem 'rails', '~> 6.1.0' +gem 'rails', '~> 6.1.5', '>= 6.1.5.1' # Keeping old sprockets # https://github.com/rails/sprockets-rails/issues/444#issuecomment-637817050 @@ -90,7 +90,7 @@ gem 'geocoder' gem 'bootstrap-datepicker-rails' # DRY-er easier bootstrap 4 forms -gem "bootstrap_form", ">= 4.2.0" +gem "bootstrap_form", ">= 4.5.0" # For connecting to other services (eg Twitter) gem 'omniauth', '~> 1.3' diff --git a/Gemfile.lock b/Gemfile.lock index 5eec2649e..055c9725e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -655,7 +655,7 @@ DEPENDENCIES bonsai-elasticsearch-rails bootstrap (>= 4.3.1) bootstrap-datepicker-rails - bootstrap_form (>= 4.2.0) + bootstrap_form (>= 4.5.0) bullet bundler (>= 1.1.5) byebug @@ -715,7 +715,7 @@ DEPENDENCIES query_diet rack-cors rack-protection (>= 2.0.1) - rails (~> 6.1.0) + rails (~> 6.1.5, >= 6.1.5.1) rails-assets-leaflet.markercluster! rails-controller-testing rails_12factor @@ -751,4 +751,4 @@ RUBY VERSION ruby 3.0.4p208 BUNDLED WITH - 2.3.10 + 2.3.11