mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
Bump bootstrap_form from 4.3.0 to 4.4.0
Bumps [bootstrap_form](https://github.com/bootstrap-ruby/bootstrap_form) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/bootstrap-ruby/bootstrap_form/releases) - [Changelog](https://github.com/bootstrap-ruby/bootstrap_form/blob/master/CHANGELOG.md) - [Commits](https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.3.0...v4.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
a9a7c494c4
commit
f8f0f0ef20
2
Gemfile
2
Gemfile
@ -38,7 +38,7 @@ gem 'web-console', '~> 4.0.1', group: :development
|
||||
gem 'codacy-coverage', :require => false
|
||||
|
||||
gem 'bootstrap', '~> 4.4.1'
|
||||
gem "bootstrap_form", "~> 4.0"
|
||||
gem "bootstrap_form", "~> 4.4"
|
||||
gem 'font-awesome-sass', '~> 5.12.0'
|
||||
|
||||
# Use Diffy for showing translation diffs
|
||||
|
||||
12
Gemfile.lock
12
Gemfile.lock
@ -66,7 +66,7 @@ GEM
|
||||
autoprefixer-rails (>= 9.1.0)
|
||||
popper_js (>= 1.14.3, < 2)
|
||||
sassc-rails (>= 2.0.0)
|
||||
bootstrap_form (4.3.0)
|
||||
bootstrap_form (4.4.0)
|
||||
actionpack (>= 5.0)
|
||||
activemodel (>= 5.0)
|
||||
builder (3.2.4)
|
||||
@ -79,8 +79,8 @@ GEM
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.12.2)
|
||||
concurrent-ruby (1.1.5)
|
||||
crass (1.0.5)
|
||||
concurrent-ruby (1.1.6)
|
||||
crass (1.0.6)
|
||||
devise (4.7.1)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
@ -127,7 +127,7 @@ GEM
|
||||
multipart-post (2.1.1)
|
||||
mysql2 (0.5.3)
|
||||
nio4r (2.5.2)
|
||||
nokogiri (1.10.8)
|
||||
nokogiri (1.10.9)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
oauth2 (1.4.3)
|
||||
faraday (>= 0.8, < 2.0)
|
||||
@ -232,7 +232,7 @@ GEM
|
||||
will_paginate (3.3.0)
|
||||
will_paginate-bootstrap4 (0.2.2)
|
||||
will_paginate (~> 3.0, >= 3.0.0)
|
||||
zeitwerk (2.2.2)
|
||||
zeitwerk (2.3.0)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
@ -240,7 +240,7 @@ PLATFORMS
|
||||
DEPENDENCIES
|
||||
bootsnap
|
||||
bootstrap (~> 4.4.1)
|
||||
bootstrap_form (~> 4.0)
|
||||
bootstrap_form (~> 4.4)
|
||||
codacy-coverage
|
||||
coffee-rails (~> 5.0.0)
|
||||
devise (~> 4.7.1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user