Skip to content

Commit

Permalink
Add Gemfile to lock down gem versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ttencate committed Feb 9, 2017
1 parent 769468c commit bb35269
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
@@ -0,0 +1,5 @@
source 'https://rubygems.org'

gem 'rack', '<2.0'
gem 'sinatra'
gem 'liquid'
23 changes: 23 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,23 @@
GEM
remote: https://rubygems.org/
specs:
liquid (4.0.0)
rack (1.6.5)
rack-protection (1.5.3)
rack
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
tilt (2.0.6)

PLATFORMS
ruby

DEPENDENCIES
liquid
rack (< 2.0)
sinatra

BUNDLED WITH
1.11.2

0 comments on commit bb35269

Please sign in to comment.