Skip to content

Commit

Permalink
Merge pull request #11 from karlentwistle/bug/unable_to_bundle
Browse files Browse the repository at this point in the history
Fix bundle
  • Loading branch information
Karl Entwistle authored Nov 28, 2016
2 parents 9cf5b2b + 724d430 commit 29c0078
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.3.3
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
activesupport (>= 3.0)
request_store (~> 1.0.3)
erubis (2.7.0)
eventmachine (1.0.3)
eventmachine (1.0.4)
excon (0.40.0)
execjs (2.2.2)
faraday (0.9.0)
Expand Down Expand Up @@ -138,7 +138,7 @@ GEM
jquery-rails (3.1.2)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.1)
json (1.8.2)
jwt (1.0.0)
kaminari (0.16.1)
actionpack (>= 3.0.0)
Expand All @@ -157,7 +157,7 @@ GEM
multi_json (1.10.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
mysql2 (0.3.16)
mysql2 (0.4.5)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (2.9.1)
Expand Down Expand Up @@ -328,3 +328,6 @@ DEPENDENCIES
thin (~> 1.6.1)
turbolinks
uglifier (>= 1.3.0)

BUNDLED WITH
1.13.6

0 comments on commit 29c0078

Please sign in to comment.