forked from lab2023/hierapolis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lab2023#41 Middleman, bootstrap-sass were updated.
- Loading branch information
1 parent
5fef629
commit a61f895
Showing
2 changed files
with
41 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
source 'https://rubygems.org' | ||
# If you have OpenSSL installed, we recommend updating | ||
# the following line to use "https" | ||
source 'http://rubygems.org' | ||
|
||
gem 'middleman', '~> 3.1.4' | ||
gem 'middleman', '~>3.2.0' | ||
|
||
# Live-reloading plugin | ||
gem 'middleman-livereload', '~> 3.1.0' | ||
gem 'bootstrap-sass', :git => 'git://github.com/thomas-mcdonald/bootstrap-sass.git', :branch => '3' | ||
|
||
# For faster file watcher updates on Windows: | ||
gem 'wdm', '~> 0.1.0', :platforms => [:mswin, :mingw] | ||
|
||
# Compass | ||
gem 'compass', '~> 0.12.2' | ||
|
||
# Bootstrap sass | ||
gem 'bootstrap-sass', '~> 3.0.2.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters