Skip to content

Commit

Permalink
gemfile bump
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Jun 30, 2016
1 parent 4e2d3a8 commit 7fa7538
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 25 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -18,6 +18,7 @@ npm-debug.log

# Site
site/build/*
site/.sass-cache

# Redis
dump.rdb
Expand Down
1 change: 1 addition & 0 deletions site/.ruby-version
@@ -0,0 +1 @@
2.3.1
53 changes: 28 additions & 25 deletions site/Gemfile.lock
@@ -1,16 +1,15 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.5.1)
activesupport (4.2.6)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.4.0)
autoprefixer-rails (6.3.3)
autoprefixer-rails (6.3.6.2)
execjs
json
backports (3.6.8)
capybara (2.5.0)
mime-types (>= 1.16)
Expand All @@ -27,22 +26,23 @@ GEM
concurrent-ruby (0.9.2)
contracts (0.12.0)
erubis (2.7.0)
execjs (2.6.0)
execjs (2.7.0)
fastimage (1.8.1)
addressable (~> 2.3, >= 2.3.5)
ffi (1.9.10)
haml (4.0.7)
tilt
hamster (2.0.0)
concurrent-ruby (~> 0.8)
hashie (3.4.3)
hashie (3.4.4)
i18n (0.7.0)
json (1.8.3)
kramdown (1.9.0)
libv8 (3.16.14.13)
listen (3.0.6)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
kramdown (1.11.1)
libv8 (3.16.14.15)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
middleman (4.0.0)
coffee-script (~> 2.2)
compass-import-once (= 1.0.5)
Expand Down Expand Up @@ -77,25 +77,27 @@ GEM
uglifier (~> 2.6)
middleman-gh-pages (0.0.3)
rake (> 0.9.3)
middleman-sprockets (4.0.0.rc.1)
middleman-core (>= 4.0.0.rc.1)
sprockets (~> 3.0)
middleman-sprockets (4.0.0)
middleman-core (~> 4.0)
sprockets (>= 3.0)
middleman-syntax (2.1.0)
middleman-core (>= 3.2)
rouge (~> 1.0)
mime-types (3.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2015.1120)
mini_portile2 (2.0.0)
minitest (5.8.4)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
padrino-helpers (0.13.1)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.9.0)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
padrino-helpers (0.13.2)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.13.1)
tilt (~> 1.4.1)
padrino-support (0.13.1)
padrino-support (= 0.13.2)
tilt (>= 1.4.1, < 3)
padrino-support (0.13.2)
activesupport (>= 3.1)
pkg-config (1.1.7)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
Expand All @@ -106,7 +108,8 @@ GEM
redcarpet (3.3.4)
ref (2.0.0)
rouge (1.10.1)
sass (3.4.21)
ruby_dep (1.3.1)
sass (3.4.22)
sprockets (3.4.1)
rack (> 1, < 3)
therubyracer (0.12.2)
Expand Down Expand Up @@ -138,4 +141,4 @@ DEPENDENCIES
therubyracer (~> 0.12.1)

BUNDLED WITH
1.11.2
1.12.5
1 change: 1 addition & 0 deletions site/README.md
Expand Up @@ -13,6 +13,7 @@ You will need ruby installed locally and the `github-pages` gem
## Run the site locally:

- install ruby
- you need a ruby version of `>= 2.2.3`. If this is not the version of ruby you have installed, investigate using [`RBENV`](https://github.com/rbenv/rbenv)
- install bundler: `gem install bundler`
- use bundler to install the needed gems `bundle install`
- run the middleman servers locally `npm run site` (`cd site && EXECJS_RUNTIME=Node bundle exec middleman`)
Expand Down

0 comments on commit 7fa7538

Please sign in to comment.