diff --git a/Gemfile b/Gemfile index 20e3998..d0a7619 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,8 @@ source 'http://rubygems.org' -gem 'rails', '=2.3.10' +gem 'rails', '= 5.0.0' gem 'rspec', '=1.3.1' -gem 'rspec-rails', '=1.3.3' +gem 'rspec-rails', '= 1.3.3' gem 'rest-client' gem 'jsonschema' gem 'json' diff --git a/Gemfile.lock b/Gemfile.lock index 241d7b1..519c79d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,39 +1,119 @@ GEM remote: http://rubygems.org/ specs: - actionmailer (2.3.10) - actionpack (= 2.3.10) - actionpack (2.3.10) - activesupport (= 2.3.10) - rack (~> 1.1.0) - activerecord (2.3.10) - activesupport (= 2.3.10) - activeresource (2.3.10) - activesupport (= 2.3.10) - activesupport (2.3.10) + actioncable (5.0.0) + actionpack (= 5.0.0) + nio4r (~> 1.2) + websocket-driver (~> 0.6.1) + actionmailer (5.0.0) + actionpack (= 5.0.0) + actionview (= 5.0.0) + activejob (= 5.0.0) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (5.0.0) + actionview (= 5.0.0) + activesupport (= 5.0.0) + rack (~> 2.0) + rack-test (~> 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.0.0) + activesupport (= 5.0.0) + builder (~> 3.1) + erubis (~> 2.7.0) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + activejob (5.0.0) + activesupport (= 5.0.0) + globalid (>= 0.3.6) + activemodel (5.0.0) + activesupport (= 5.0.0) + activerecord (5.0.0) + activemodel (= 5.0.0) + activesupport (= 5.0.0) + arel (~> 7.0) + activesupport (5.0.0) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (~> 0.7) + minitest (~> 5.1) + tzinfo (~> 1.1) addressable (2.2.2) + arel (7.1.4) + builder (3.2.4) + concurrent-ruby (1.1.6) crack (0.1.8) + crass (1.0.6) + erubis (2.7.0) + globalid (0.4.2) + activesupport (>= 4.2.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) json (1.4.6) jsonschema (2.0.0) + loofah (2.5.0) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.1) + mini_mime (>= 0.1.1) + method_source (1.0.0) mime-types (1.16) - rack (1.1.0) - rails (2.3.10) - actionmailer (= 2.3.10) - actionpack (= 2.3.10) - activerecord (= 2.3.10) - activeresource (= 2.3.10) - activesupport (= 2.3.10) - rake (>= 0.8.3) - rake (0.8.7) + mini_mime (1.0.2) + mini_portile2 (2.4.0) + minitest (5.14.0) + nio4r (1.2.1) + nokogiri (1.10.9) + mini_portile2 (~> 2.4.0) + rack (2.2.2) + rack-test (0.6.3) + rack (>= 1.0) + rails (5.0.0) + actioncable (= 5.0.0) + actionmailer (= 5.0.0) + actionpack (= 5.0.0) + actionview (= 5.0.0) + activejob (= 5.0.0) + activemodel (= 5.0.0) + activerecord (= 5.0.0) + activesupport (= 5.0.0) + bundler (>= 1.3.0, < 2.0) + railties (= 5.0.0) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) + railties (5.0.0) + actionpack (= 5.0.0) + activesupport (= 5.0.0) + method_source + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + rake (13.0.1) rest-client (1.6.1) mime-types (>= 1.16) rspec (1.3.1) rspec-rails (1.3.3) rack (>= 1.0.0) rspec (= 1.3.1) + sprockets (3.7.2) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + thor (1.0.1) + thread_safe (0.3.6) + tzinfo (1.2.7) + thread_safe (~> 0.1) webmock (1.4.0) addressable (>= 2.2.2) crack (>= 0.1.7) + websocket-driver (0.6.5) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.4) PLATFORMS ruby @@ -41,8 +121,11 @@ PLATFORMS DEPENDENCIES json jsonschema - rails (= 2.3.10) + rails (= 5.0.0) rest-client rspec (= 1.3.1) rspec-rails (= 1.3.3) webmock + +BUNDLED WITH + 1.17.3