Skip to content

Commit 7f29f97

Browse files
committed
Lock every gem possible version.
1 parent bd2d9aa commit 7f29f97

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Gemfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
source 'https://rubygems.org'
22

33
gem 'jekyll', '~> 1.2.1'
4-
gem 'bootstrap-sass', github: 'thomas-mcdonald/bootstrap-sass'
4+
gem 'bootstrap-sass', '~> 3.0.0.0', github: 'thomas-mcdonald/bootstrap-sass'
55
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

+4-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ PLATFORMS
4747
ruby
4848

4949
DEPENDENCIES
50-
bootstrap-sass!
50+
bootstrap-sass (~> 3.0.0.0)!
5151
compass (~> 0.12.2)
5252
jekyll (~> 1.2.1)
53+
liquid (~> 2.5.3)
54+
maruku (~> 0.7.0)
55+
redcarpet (~> 2.3.0)

0 commit comments

Comments
 (0)