Skip to content
Snippets Groups Projects
Commit d95b481d authored by bbartels's avatar bbartels
Browse files

website: Add Gemfile.lock to .gitignore

Looks like I have different versions of the required dependencies,
which did not match those specified in our current Gemfile.lock.
Hence `jekyll build` would break for me.

Adding Gemfile.lock to .gitignore to allow people to use different
versions of gem dependencies. (After all, we are only just
generating static html pages with bundler probably isn't that
important that we all use the same versions of stuff...)
parent e11201f7
No related branches found
No related tags found
No related merge requests found
......@@ -112,3 +112,5 @@ crashlytics-build.properties
# Bundler
.bundle
vendor
Gemfile.lock
\ No newline at end of file
GEM
remote: https://rubygems.org/
specs:
addressable (2.4.0)
colorator (1.1.0)
ffi (1.9.14)
forwardable-extended (2.6.0)
jekyll (3.3.0)
addressable (~> 2.4)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 3.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (~> 1.7)
safe_yaml (~> 1.0)
jekyll-sass-converter (1.4.0)
sass (~> 3.4)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
kramdown (1.12.0)
liquid (3.0.6)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.6)
pathutil (0.14.0)
forwardable-extended (~> 2.6)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rouge (1.11.1)
safe_yaml (1.0.4)
sass (3.4.22)
PLATFORMS
ruby
DEPENDENCIES
jekyll
BUNDLED WITH
1.10.6
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment