We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2d9aa commit 7f29f97Copy full SHA for 7f29f97
Gemfile
@@ -1,5 +1,8 @@
1
source 'https://rubygems.org'
2
3
gem 'jekyll', '~> 1.2.1'
4
-gem 'bootstrap-sass', github: 'thomas-mcdonald/bootstrap-sass'
+gem 'bootstrap-sass', '~> 3.0.0.0', github: 'thomas-mcdonald/bootstrap-sass'
5
gem 'compass', '~> 0.12.2'
6
+gem 'liquid', '~> 2.5.3'
7
+gem 'maruku', '~> 0.7.0'
8
+gem 'redcarpet', '~> 2.3.0'
Gemfile.lock
@@ -47,6 +47,9 @@ PLATFORMS
47
ruby
48
49
DEPENDENCIES
50
- bootstrap-sass!
+ bootstrap-sass (~> 3.0.0.0)!
51
compass (~> 0.12.2)
52
jekyll (~> 1.2.1)
53
+ liquid (~> 2.5.3)
54
+ maruku (~> 0.7.0)
55
+ redcarpet (~> 2.3.0)
0 commit comments