Update gems

- Moved pry to development group
- Updated fixer to drop Nokogiri dependency
This commit is contained in:
Hakan Ensari 2016-04-11 14:17:59 +01:00
parent 2f1c9b796b
commit 12efdf8a1b
2 changed files with 23 additions and 19 deletions

View File

@ -4,7 +4,6 @@ ruby '2.3.0'
gem 'fixer'
gem 'newrelic_rpm'
gem 'pry'
gem 'rake'
gem 'sequel_pg'
gem 'sinatra-jsonp'
@ -16,6 +15,7 @@ gem 'yajl-ruby'
group :development do
gem 'minitest'
gem 'minitest-around'
gem 'pry'
gem 'rack-test'
gem 'shotgun'
end

View File

@ -1,29 +1,31 @@
GEM
remote: http://rubygems.org/
specs:
ansi (1.5.0)
ast (2.2.0)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
coderay (1.1.0)
coderay (1.1.1)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
equalizer (0.0.11)
fixer (0.5.0)
nokogiri (~> 1.5)
ice_nine (0.11.1)
fixer (0.6.0)
oga (~> 2.0)
ice_nine (0.11.2)
kgio (2.10.0)
method_source (0.8.2)
mini_portile2 (2.0.0)
minitest (5.8.3)
minitest (5.8.4)
minitest-around (0.3.2)
minitest (~> 5.0)
multi_json (1.11.2)
newrelic_rpm (3.14.1.311)
nokogiri (1.6.7.1)
mini_portile2 (~> 2.0.0.rc2)
newrelic_rpm (3.15.1.316)
oga (2.2)
ast
ruby-ll (~> 2.1)
pg (0.18.4)
pry (0.10.3)
coderay (~> 1.1.0)
@ -34,16 +36,19 @@ GEM
rack
rack-test (0.6.3)
rack (>= 1.0)
raindrops (0.15.0)
rake (10.4.2)
sequel (4.29.0)
sequel_pg (1.6.13)
raindrops (0.16.0)
rake (11.1.2)
ruby-ll (2.1.2)
ansi
ast
sequel (4.33.0)
sequel_pg (1.6.14)
pg (>= 0.8.0)
sequel (>= 3.39.0)
shotgun (0.9.1)
rack (>= 1.0)
sinatra (1.4.6)
rack (~> 1.4)
sinatra (1.4.7)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-cross_origin (0.3.2)
@ -52,10 +57,9 @@ GEM
sinatra (~> 1.0)
slop (3.6.0)
thread_safe (0.3.5)
tilt (2.0.1)
unicorn (5.0.1)
tilt (2.0.2)
unicorn (5.1.0)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
virtus (1.0.5)
axiom-types (~> 0.1)