mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 10:38:50 +01:00
Merge pull request #119 from projekteuler/dependabot/bundler/bootstrap_form-4.4.0
Bump bootstrap_form from 4.3.0 to 4.4.0
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -38,7 +38,7 @@ gem 'web-console', '~> 4.0.1', group: :development
|
|||||||
gem 'codacy-coverage', :require => false
|
gem 'codacy-coverage', :require => false
|
||||||
|
|
||||||
gem 'bootstrap', '~> 4.4.1'
|
gem 'bootstrap', '~> 4.4.1'
|
||||||
gem "bootstrap_form", "~> 4.0"
|
gem "bootstrap_form", "~> 4.4"
|
||||||
gem 'font-awesome-sass', '~> 5.12.0'
|
gem 'font-awesome-sass', '~> 5.12.0'
|
||||||
|
|
||||||
# Use Diffy for showing translation diffs
|
# Use Diffy for showing translation diffs
|
||||||
|
|||||||
12
Gemfile.lock
12
Gemfile.lock
@@ -66,7 +66,7 @@ GEM
|
|||||||
autoprefixer-rails (>= 9.1.0)
|
autoprefixer-rails (>= 9.1.0)
|
||||||
popper_js (>= 1.14.3, < 2)
|
popper_js (>= 1.14.3, < 2)
|
||||||
sassc-rails (>= 2.0.0)
|
sassc-rails (>= 2.0.0)
|
||||||
bootstrap_form (4.3.0)
|
bootstrap_form (4.4.0)
|
||||||
actionpack (>= 5.0)
|
actionpack (>= 5.0)
|
||||||
activemodel (>= 5.0)
|
activemodel (>= 5.0)
|
||||||
builder (3.2.4)
|
builder (3.2.4)
|
||||||
@@ -79,8 +79,8 @@ GEM
|
|||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.12.2)
|
coffee-script-source (1.12.2)
|
||||||
concurrent-ruby (1.1.5)
|
concurrent-ruby (1.1.6)
|
||||||
crass (1.0.5)
|
crass (1.0.6)
|
||||||
devise (4.7.1)
|
devise (4.7.1)
|
||||||
bcrypt (~> 3.0)
|
bcrypt (~> 3.0)
|
||||||
orm_adapter (~> 0.1)
|
orm_adapter (~> 0.1)
|
||||||
@@ -127,7 +127,7 @@ GEM
|
|||||||
multipart-post (2.1.1)
|
multipart-post (2.1.1)
|
||||||
mysql2 (0.5.3)
|
mysql2 (0.5.3)
|
||||||
nio4r (2.5.2)
|
nio4r (2.5.2)
|
||||||
nokogiri (1.10.8)
|
nokogiri (1.10.9)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
oauth2 (1.4.3)
|
oauth2 (1.4.3)
|
||||||
faraday (>= 0.8, < 2.0)
|
faraday (>= 0.8, < 2.0)
|
||||||
@@ -232,7 +232,7 @@ GEM
|
|||||||
will_paginate (3.3.0)
|
will_paginate (3.3.0)
|
||||||
will_paginate-bootstrap4 (0.2.2)
|
will_paginate-bootstrap4 (0.2.2)
|
||||||
will_paginate (~> 3.0, >= 3.0.0)
|
will_paginate (~> 3.0, >= 3.0.0)
|
||||||
zeitwerk (2.2.2)
|
zeitwerk (2.3.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
@@ -240,7 +240,7 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
bootsnap
|
bootsnap
|
||||||
bootstrap (~> 4.4.1)
|
bootstrap (~> 4.4.1)
|
||||||
bootstrap_form (~> 4.0)
|
bootstrap_form (~> 4.4)
|
||||||
codacy-coverage
|
codacy-coverage
|
||||||
coffee-rails (~> 5.0.0)
|
coffee-rails (~> 5.0.0)
|
||||||
devise (~> 4.7.1)
|
devise (~> 4.7.1)
|
||||||
|
|||||||
Reference in New Issue
Block a user