We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980e1c5 commit 21e1286Copy full SHA for 21e1286
Gemfile
@@ -3,3 +3,4 @@ source 'https://rubygems.org'
3
gem 'sinatra', '~> 1.0'
4
gem 'shotgun', :group => :reloadable
5
gem 'thin', :group => :reloadable
6
+gem 'rake'
Gemfile.lock
@@ -4,6 +4,7 @@ GEM
daemons (1.1.0)
eventmachine (0.12.10)
rack (1.2.1)
7
+ rake (10.1.1)
8
shotgun (0.8)
9
rack (>= 1.0)
10
sinatra (1.1.2)
@@ -19,6 +20,7 @@ PLATFORMS
19
20
ruby
21
22
DEPENDENCIES
23
+ rake
24
shotgun
25
sinatra (~> 1.0)
26
thin
0 commit comments