Merge pull request #3046 from Growstuff/bump-bootstrap

Bump min deps
This commit is contained in:
Daniel O'Connor
2022-05-01 17:39:25 +09:30
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -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'

View File

@@ -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