Commit Graph

58 Commits

Author SHA1 Message Date
basti be9f304960 Update dependencies 2022-05-13 13:44:41 +02:00
basti b56eb30180 Remove Swift storage adapter 2022-05-13 13:07:50 +02:00
dependabot[bot] 8da13cb2e5 Bump rack from 2.0.8 to 2.2.3
Bumps [rack](https://github.com/rack/rack) from 2.0.8 to 2.2.3.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.0.8...2.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-24 22:54:09 +00:00
greg 1694e3cdc3 Merge branch 'master' into chore/update_gems 2019-12-19 11:45:39 +01:00
dependabot[bot] 12b9a0d68b Bump rack from 2.0.7 to 2.0.8
Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.0.7...2.0.8)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-19 00:33:36 +00:00
greg 01a4712187 Update gems 2019-11-13 16:32:38 +01:00
Greg Karékinian 500af513e8 Update gems (#131)
* Update the redis gem

Redis 4.1.1 includes https://github.com/redis/redis-rb/pull/829 which
fixing trying to connect to slaves marked as down

* Update the rainbows gem

* Update the mime-types and mime-types-data gems

* Update the webmock, rack-test and rake gems

* Update the sentry-raven gem

* Update the activesupport gem

* Update the backports gem

* Update the domain_name gem

* Update the method_source gem
2019-07-31 11:51:33 +02:00
greg 01737f8b58 Update sinatra and rack gems
Security updates
2019-01-16 17:11:23 +01:00
greg 2e02bdfb7b Revert "Update dependencies"
This reverts commit b29953c59a.

This appears to disable hashes with indifferent access on staging,
trying to find which gem update broke this
2018-07-19 12:45:14 +02:00
greg b29953c59a Update dependencies
There is a security issue in Sinatra 2.0.1
2018-07-18 19:41:53 +02:00
greg 21f3a9f60f Remove all duplication the specs
S3 and Swift now run the same specs. The only difference is the before
block that defines the stubbed HTTP requests and the responses from the
Swift and S3 servers
2018-04-26 13:17:43 +02:00
greg 24b5bf0035 Update gem dependencies 2018-04-16 12:17:28 +02:00
greg ac6bec48c4 Remove all Riak code and its dependencies
Closes #75
2018-04-16 11:54:32 +02:00
greg 258c9a5ae6 Update rest-client to 2.1.0.rc1 to fix a memory leak in Ruby 2.4 2017-07-05 23:42:37 +02:00
greg feaff528eb Update Ruby gems
nokogiri is a security update
2017-06-15 17:03:58 +02:00
greg 8caff843d6 Update gem dependencies 2016-07-21 11:26:32 +02:00
greg 9710bb320c Update nokogiri 2016-07-21 11:06:53 +02:00
greg b396a6dfd1 Update Ruby gems 2016-02-26 13:47:34 +01:00
Garret Alfert 990ea9cf28 Save object metadata in redis 2016-01-20 15:33:35 -05:00
greg bf3919e721 Update redis gem to 3.2.2 2016-01-20 18:15:09 +00:00
greg ad687839b0 Send token to Sentry for debugging purposes 2015-09-30 16:04:43 +02:00
greg 2c936c6e43 Update sentry-raven gem 2015-09-07 10:41:29 +02:00
greg 1f978109a3 Update rack gem 2015-09-07 10:40:08 +02:00
greg d01aafa5e9 Update activesupport, json, minitest, multijson, sinatra-contrib, tilt 2015-06-16 19:45:01 +01:00
greg ea1e06423f Update rack to 1.6.2 2015-06-16 19:26:04 +01:00
greg 5a6c7228a5 Update formatador 2015-05-27 16:44:16 +02:00
greg c16f6e67b3 Update redis 2015-05-27 16:35:19 +02:00
greg 862fecea6b Update activesupport 2015-05-27 16:34:02 +02:00
greg b3be6640d2 Update minitest and purdytest 2015-05-27 16:32:50 +02:00
greg 7941b50c94 Update sentry-raven 2015-05-27 16:27:54 +02:00
greg d6a4657dcf Update m and rake 2015-05-27 16:26:57 +02:00
greg f3b69196bb Update sinatra & sinatra-contrib 2015-05-27 16:24:48 +02:00
greg 42d6f89603 Update rainbows 2015-05-27 16:23:43 +02:00
greg b74115a474 Use new column data storage for mime-types 2015-05-27 16:22:24 +02:00
greg d6f13a94ed Update rest-client 2015-05-27 16:21:16 +02:00
greg 3b326d6dbf Add Sentry for exception tracking 2015-04-29 20:13:04 +02:00
greg 35c04f85e4 Add a Swift remoteStorage provider 2015-04-29 20:13:04 +02:00
greg 8f0106b190 Update Sinatra to 1.4.5
Also update backports package, its current version is causing issues on
Ruby 2.1.3
2014-09-24 13:24:44 +02:00
greg 6fbb8cdcf4 Update activesupport, i18n and nokogiri gems
The old activesupport gem depended on i18n 0.6.1
2014-05-09 12:00:58 +02:00
greg 75bcc517f4 Update rainbows to 4.6.1 2014-03-19 10:25:02 +03:00
greg e657fa4d56 Switch RubyGems source to https 2013-11-24 17:10:07 +01:00
Garret Alfert 3937862358 Use patched riak-ruby-client (closes #32)
The patched version escapes square brackets in the
key and bucket names correctly.
2013-11-06 21:56:23 +01:00
Garret Alfert 75b5fda0e9 Remove unicorn gem dependency 2013-11-01 13:06:06 +01:00
Garret Alfert 2656239fb1 Add rainbows gem 2013-10-25 02:15:11 +02:00
Garret Alfert e2d69af020 Add Fog gem 2013-09-20 20:57:00 +02:00
Garret Alfert 173632ad81 Update riak-client to 1.4.1 2013-09-19 16:59:34 +02:00
Garret Alfert 6d757ef552 Update Sinatra 2013-07-16 16:40:04 +02:00
basti 1be4020991 Use config_file, include backend module depending on config (closes #8) 2013-04-25 23:11:25 +02:00
Garret Alfert 0c586b3193 Update Rack 2013-02-08 13:49:41 +01:00
basti 39039148df Update Riak client 2012-10-15 19:30:17 +01:00