Merge pull request #90 from 5apps/update_dependencies
Update dependencies
This commit is contained in:
commit
55835ac341
@ -1,7 +1,7 @@
|
||||
language: ruby
|
||||
cache: bundler
|
||||
rvm:
|
||||
- 2.2.4
|
||||
- 2.2.5
|
||||
services:
|
||||
- redis-server
|
||||
before_install:
|
||||
|
2
Gemfile
2
Gemfile
@ -9,7 +9,7 @@ gem "rest-client"
|
||||
gem "redis"
|
||||
# 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'
|
||||
gem "mime-types"
|
||||
|
||||
group :test do
|
||||
gem 'rake'
|
||||
|
54
Gemfile.lock
54
Gemfile.lock
@ -13,28 +13,28 @@ GIT
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
activesupport (4.2.5.1)
|
||||
activesupport (5.0.0)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (~> 0.7)
|
||||
json (~> 1.7, >= 1.7.7)
|
||||
minitest (~> 5.1)
|
||||
thread_safe (~> 0.3, >= 0.3.4)
|
||||
tzinfo (~> 1.1)
|
||||
backports (3.6.8)
|
||||
beefcake (0.3.7)
|
||||
builder (3.2.2)
|
||||
domain_name (0.5.20160216)
|
||||
concurrent-ruby (1.0.2)
|
||||
domain_name (0.5.20160615)
|
||||
unf (>= 0.0.5, < 1.0.0)
|
||||
excon (0.45.4)
|
||||
excon (0.51.0)
|
||||
faraday (0.9.2)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
fog-aws (0.8.1)
|
||||
fog-core (~> 1.27)
|
||||
fog-aws (0.10.0)
|
||||
fog-core (~> 1.38)
|
||||
fog-json (~> 1.0)
|
||||
fog-xml (~> 0.1)
|
||||
ipaddress (~> 0.8)
|
||||
fog-core (1.36.0)
|
||||
fog-core (1.42.0)
|
||||
builder
|
||||
excon (~> 0.45)
|
||||
excon (~> 0.49)
|
||||
formatador (~> 0.2)
|
||||
fog-json (1.0.2)
|
||||
fog-core (~> 1.0)
|
||||
@ -48,17 +48,18 @@ GEM
|
||||
i18n (0.7.0)
|
||||
innertube (1.0.2)
|
||||
ipaddress (0.8.3)
|
||||
json (1.8.3)
|
||||
kgio (2.10.0)
|
||||
m (1.4.2)
|
||||
m (1.5.0)
|
||||
method_source (>= 0.6.7)
|
||||
rake (>= 0.9.2.2)
|
||||
method_source (0.8.2)
|
||||
mime-types (2.99.1)
|
||||
mime-types (3.1)
|
||||
mime-types-data (~> 3.2015)
|
||||
mime-types-data (3.2016.0521)
|
||||
mini_portile2 (2.1.0)
|
||||
minitest (5.8.4)
|
||||
minitest (5.9.0)
|
||||
minitest-stub_any_instance (1.0.1)
|
||||
multi_json (1.11.2)
|
||||
multi_json (1.12.1)
|
||||
multipart-post (2.0.0)
|
||||
netrc (0.11.0)
|
||||
nokogiri (1.6.8)
|
||||
@ -76,20 +77,20 @@ GEM
|
||||
kgio (~> 2.5)
|
||||
rack (~> 1.1)
|
||||
unicorn (~> 5.0)
|
||||
raindrops (0.15.0)
|
||||
rake (10.5.0)
|
||||
redis (3.2.2)
|
||||
rest-client (1.8.0)
|
||||
raindrops (0.16.0)
|
||||
rake (11.2.2)
|
||||
redis (3.3.1)
|
||||
rest-client (2.0.0)
|
||||
http-cookie (>= 1.0.2, < 2.0)
|
||||
mime-types (>= 1.16, < 3.0)
|
||||
netrc (~> 0.7)
|
||||
sentry-raven (0.15.6)
|
||||
faraday (>= 0.7.6)
|
||||
mime-types (>= 1.16, < 4.0)
|
||||
netrc (~> 0.8)
|
||||
sentry-raven (1.2.0)
|
||||
faraday (>= 0.7.6, < 0.10.x)
|
||||
sinatra (1.4.7)
|
||||
rack (~> 1.5)
|
||||
rack-protection (~> 1.4)
|
||||
tilt (>= 1.3, < 3)
|
||||
sinatra-contrib (1.4.6)
|
||||
sinatra-contrib (1.4.7)
|
||||
backports (>= 2.0)
|
||||
multi_json
|
||||
rack-protection
|
||||
@ -97,15 +98,14 @@ GEM
|
||||
sinatra (~> 1.4.0)
|
||||
tilt (>= 1.3, < 3)
|
||||
thread_safe (0.3.5)
|
||||
tilt (2.0.2)
|
||||
tilt (2.0.5)
|
||||
tzinfo (1.2.2)
|
||||
thread_safe (~> 0.1)
|
||||
unf (0.1.4)
|
||||
unf_ext
|
||||
unf_ext (0.0.7.2)
|
||||
unicorn (5.0.1)
|
||||
unicorn (5.1.0)
|
||||
kgio (~> 2.6)
|
||||
rack
|
||||
raindrops (~> 0.7)
|
||||
|
||||
PLATFORMS
|
||||
@ -115,7 +115,7 @@ DEPENDENCIES
|
||||
activesupport
|
||||
fog-aws
|
||||
m
|
||||
mime-types (~> 2.99)
|
||||
mime-types
|
||||
minitest-stub_any_instance
|
||||
purdytest
|
||||
rainbows
|
||||
|
Loading…
x
Reference in New Issue
Block a user