Merge pull request #45 from 5apps/update_sinatra_and_backports

Update Sinatra to 1.4.5

Sinatra 1.4.4 and 1.4.5 have memory improvements (fixed leaks and less allocated objects per request)

Also update backports package, its current version is causing issues on
Ruby 2.1.3
This commit is contained in:
2014-09-24 14:10:56 +02:00
3 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -1,11 +1,12 @@
language: ruby language: ruby
rvm: rvm:
- 1.9.3 - 1.9.3
- 2.1.3
before_install: before_install:
- sh .travis/install_riakcs.sh - sh .travis/install_riakcs.sh
before_script: before_script:
- cp config.yml.example config.yml - cp config.yml.example config.yml
script: rake test script: bundle exec rake test
branches: branches:
only: only:
- master - master
+1 -1
View File
@@ -1,6 +1,6 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "sinatra" gem "sinatra", '~> 1.4'
gem "sinatra-contrib" gem "sinatra-contrib"
gem "activesupport", '~> 3.2' gem "activesupport", '~> 3.2'
gem "riak-client", :github => "5apps/riak-ruby-client", :branch => "invalid_uri_error" gem "riak-client", :github => "5apps/riak-ruby-client", :branch => "invalid_uri_error"
+4 -4
View File
@@ -16,7 +16,7 @@ GEM
activesupport (3.2.18) activesupport (3.2.18)
i18n (~> 0.6, >= 0.6.4) i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0) multi_json (~> 1.0)
backports (3.3.0) backports (3.6.1)
beefcake (0.3.7) beefcake (0.3.7)
builder (3.2.2) builder (3.2.2)
eventmachine (1.0.3) eventmachine (1.0.3)
@@ -49,7 +49,7 @@ GEM
purdytest (1.0.0) purdytest (1.0.0)
minitest (~> 2.2) minitest (~> 2.2)
rack (1.5.2) rack (1.5.2)
rack-protection (1.5.0) rack-protection (1.5.3)
rack rack
rack-test (0.6.2) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
@@ -60,7 +60,7 @@ GEM
raindrops (0.13.0) raindrops (0.13.0)
rake (0.9.2.2) rake (0.9.2.2)
ruby-hmac (0.4.0) ruby-hmac (0.4.0)
sinatra (1.4.3) sinatra (1.4.5)
rack (~> 1.4) rack (~> 1.4)
rack-protection (~> 1.4) rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4) tilt (~> 1.3, >= 1.3.4)
@@ -88,5 +88,5 @@ DEPENDENCIES
rainbows rainbows
rake rake
riak-client! riak-client!
sinatra sinatra (~> 1.4)
sinatra-contrib sinatra-contrib