Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump bootstrap from 4.0.0.beta to 4.3.1 #256

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'tzinfo-data', '~> 1.2018', '>= 1.2018.4', platforms: [:mswin, :mingw]
# Middleman Gems
gem 'middleman', '~> 4.4'
gem 'middleman-core', '~> 4.4'
gem 'bootstrap', '~> 4.0.0.beta'
gem 'bootstrap', '~> 4.3.1'
gem 'middleman-compass', '~> 4.0', '>= 4.0.1'
gem 'middleman-deploy', '~> 2.0.0.pre.alpha'
gem 'middleman-livereload', '~> 3.4', '>= 3.4.6'
Expand Down
65 changes: 57 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
GEM
remote: https://rubygems.org/
specs:
actionpack (6.1.3.2)
actionview (= 6.1.3.2)
activesupport (= 6.1.3.2)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (6.1.3.2)
activesupport (= 6.1.3.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (6.1.3.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
Expand All @@ -9,13 +22,14 @@ GEM
zeitwerk (~> 2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
autoprefixer-rails (9.6.1)
execjs
autoprefixer-rails (10.2.5.1)
execjs (> 0)
backports (3.21.0)
bootstrap (4.0.0.beta)
autoprefixer-rails (>= 6.0.3)
popper_js (~> 1.11.1)
sass (>= 3.4.19)
bootstrap (4.3.1)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0)
builder (3.2.4)
chunky_png (1.3.11)
coffee-script (2.4.1)
coffee-script-source
Expand All @@ -35,11 +49,13 @@ GEM
sass (>= 3.2, < 3.5)
concurrent-ruby (1.1.9)
contracts (0.13.0)
crass (1.0.6)
date (3.3.4)
dotenv (2.7.6)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
erubi (1.10.0)
erubis (2.7.0)
eventmachine (1.2.7)
execjs (2.8.1)
Expand All @@ -60,7 +76,11 @@ GEM
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.10.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
memoist (0.16.2)
method_source (1.0.0)
middleman (4.4.0)
coffee-script (~> 2.2)
haml (>= 4.0.5)
Expand Down Expand Up @@ -108,6 +128,7 @@ GEM
middleman-sprockets (4.1.1)
middleman-core (~> 4.0)
sprockets (>= 3.0)
mini_portile2 (2.5.3)
minitest (5.14.4)
multi_json (1.13.1)
net-ftp (0.3.4)
Expand All @@ -118,19 +139,37 @@ GEM
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (5.2.0)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
padrino-helpers (0.15.1)
i18n (>= 0.6.7, < 2)
padrino-support (= 0.15.1)
tilt (>= 1.4.1, < 3)
padrino-support (0.15.1)
parallel (1.20.1)
parslet (2.0.0)
popper_js (1.11.1)
popper_js (1.16.0)
ptools (1.3.5)
public_suffix (4.0.6)
racc (1.5.2)
rack (2.2.3)
rack-livereload (0.3.17)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (6.1.3.2)
actionpack (= 6.1.3.2)
activesupport (= 6.1.3.2)
method_source
rake (>= 0.8.7)
thor (~> 1.0)
rake (13.0.3)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -139,6 +178,12 @@ GEM
sass (3.4.25)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
servolux (0.13.0)
set (1.1.0)
slim (3.0.9)
Expand All @@ -150,6 +195,10 @@ GEM
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
temple (0.8.1)
thor (1.1.0)
tilt (2.0.10)
Expand All @@ -169,7 +218,7 @@ PLATFORMS
ruby

DEPENDENCIES
bootstrap (~> 4.0.0.beta)
bootstrap (~> 4.3.1)
middleman (~> 4.4)
middleman-compass (~> 4.0, >= 4.0.1)
middleman-core (~> 4.4)
Expand Down