Skip to content

Commit

Permalink
Sinatra prefers Thin by default
Browse files Browse the repository at this point in the history
  • Loading branch information
francois committed Nov 8, 2016
1 parent a4a356d commit 2174039
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "sinatra", ">= 1.4.7", "< 2.0"
gem "sinatra-contrib"
gem "tzinfo", "= 0.3.51", github: "tzinfo/tzinfo", tag: "v0.3.51"

gem "puma"
gem "thin"

group :development, :test do
gem "rspec"
Expand Down
11 changes: 8 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ GEM
remote: https://rubygems.org/
specs:
backports (3.6.8)
daemons (1.2.4)
diff-lcs (1.2.5)
eventmachine (1.2.0.1)
eventmachine (1.2.0.1-java)
multi_json (1.12.1)
pg (0.17.1)
puma (3.6.0)
puma (3.6.0-java)
rack (1.6.4)
rack-protection (1.5.3)
rack
Expand Down Expand Up @@ -49,6 +50,10 @@ GEM
rack-test
sinatra (~> 1.4.0)
tilt (>= 1.3, < 3)
thin (1.7.0)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
tilt (2.0.5)

PLATFORMS
Expand All @@ -57,13 +62,13 @@ PLATFORMS

DEPENDENCIES
pg (= 0.17.1)
puma
rollbar
rspec
sequel
sequel_pg
sinatra (>= 1.4.7, < 2.0)
sinatra-contrib
thin
tzinfo (= 0.3.51)!

BUNDLED WITH
Expand Down

0 comments on commit 2174039

Please sign in to comment.