Skip to content

Commit

Permalink
Edited Gemfile for "ruby-app"
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinson committed Jan 16, 2015
1 parent a93ffaa commit a3a263c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/ruby-app/Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#- Ruby dependency management file

#- Gemfile ~~
#
# Note that Thin is not strictly required here; WEBrick also works, and
# possibly other platforms and web servers, too.
#
# ~~ (c) SRW, 25 Apr 2013
# ~~ last updated 15 Jan 2015
# ~~ last updated 16 Jan 2015

git_repo = {
git: 'https://github.com/qmachine/qm-ruby.git'
Expand All @@ -14,7 +18,9 @@ local_fs = {

gem 'json'
gem 'qm', (FileTest.directory?(local_fs[:path]) ? local_fs : git_repo)
gem 'thin'
gem 'thin', {
platforms: ['ruby']
}

ruby '2.2.0'

Expand Down

0 comments on commit a3a263c

Please sign in to comment.