Skip to content

Commit

Permalink
Update gem versions for compatability with demo.virtual.wf.
Browse files Browse the repository at this point in the history
  • Loading branch information
davideaster committed Jan 8, 2015
1 parent fc2e515 commit 6649938
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem "json"
gem "websocket-rack", :require => "rack/websocket"
gem "thin"
gem "rack-google-analytics", :require => "rack/google-analytics"
gem "rack", "1.4.5"
gem "rack", "1.5.2"

group :development do
gem "sinatra-reloader", :require => "sinatra/reloader"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEM
kramdown (1.0.1)
minitest (4.7.0)
mustache (0.99.4)
rack (1.4.5)
rack (1.5.2)
rack-google-analytics (0.11.0)
rack-protection (1.5.0)
rack
Expand All @@ -37,7 +37,7 @@ GEM
tilt (~> 1.3)
sinatra-reloader (1.0)
sinatra-contrib
thin (1.5.1)
thin (1.6.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
Expand All @@ -57,7 +57,7 @@ DEPENDENCIES
json
kramdown
minitest
rack (= 1.4.5)
rack (= 1.5.2)
rack-google-analytics
rack-test
rake
Expand Down

0 comments on commit 6649938

Please sign in to comment.