Update Ruby gems

This commit is contained in:
Greg Karékinian
2016-02-26 13:47:34 +01:00
parent 0e10f3b6ff
commit b396a6dfd1
2 changed files with 48 additions and 42 deletions

View File

@@ -2,12 +2,14 @@ source "https://rubygems.org"
gem "sinatra", '~> 1.4'
gem "sinatra-contrib"
gem "activesupport", '~> 4.2'
gem "activesupport"
gem "riak-client", :github => "5apps/riak-ruby-client", :branch => "invalid_uri_error"
gem "fog"
gem "fog-aws"
gem "rest-client"
gem "redis"
gem "mime-types", "~> 2.6.1", require: 'mime/types/columnar'
# Remove require when we can update to 3.0, which sets the new storage
# format to columnar by default. Increases performance
gem "mime-types", "~> 2.99", require: 'mime/types/columnar'
group :test do
gem 'rake'