Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.
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 @@ -3,7 +3,7 @@ source "https://rubygems.org"
group :development do
gem 'jekyll', '~> 1.5.1'
gem 'sass','~> 3.2.17'
gem 'bootstrap-sass', '~> 3.1.1'
gem 'bootstrap-sass', '~> 3.4.1'
gem 'white_castle', '~> 0.1.1'
gem 'compass', '~> 0.12.4'
end
Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
autoprefixer-rails (9.7.0)
execjs
blankslate (2.1.2.4)
bootstrap-sass (3.1.1.0)
sass (~> 3.2)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
chunky_png (1.3.0)
classifier (1.3.4)
fast-stemmer (>= 1.0.0)
Expand All @@ -14,6 +17,7 @@ GEM
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.2.17)
execjs (2.7.0)
fast-stemmer (1.0.2)
ffi (1.9.3)
fssm (0.2.10)
Expand Down Expand Up @@ -49,6 +53,8 @@ GEM
redcarpet (2.3.0)
safe_yaml (1.0.1)
sass (3.2.18)
sassc (2.2.1)
ffi (~> 1.9)
toml (0.1.1)
parslet (~> 1.5.0)
white_castle (0.1.1)
Expand All @@ -58,7 +64,7 @@ PLATFORMS
ruby

DEPENDENCIES
bootstrap-sass (~> 3.1.1)
bootstrap-sass (~> 3.4.1)
compass (~> 0.12.4)
jekyll (~> 1.5.1)
sass (~> 3.2.17)
Expand Down