Gemfile.lock in flutie-2.0.0 vs Gemfile.lock in flutie-2.1.0
- old
+ new
@@ -1,80 +1,94 @@
PATH
remote: .
specs:
- flutie (2.0.0)
+ flutie (2.1.0)
GEM
- remote: http://rubygems.org/
+ remote: https://rubygems.org/
specs:
- actionpack (3.2.12)
- activemodel (= 3.2.12)
- activesupport (= 3.2.12)
- builder (~> 3.0.0)
- erubis (~> 2.7.0)
- journey (~> 1.0.4)
- rack (~> 1.4.5)
- rack-cache (~> 1.2)
- rack-test (~> 0.6.1)
- sprockets (~> 2.2.1)
- activemodel (3.2.12)
- activesupport (= 3.2.12)
- builder (~> 3.0.0)
- activesupport (3.2.12)
- i18n (~> 0.6)
- multi_json (~> 1.0)
- appraisal (0.5.1)
+ actionpack (5.2.1)
+ actionview (= 5.2.1)
+ activesupport (= 5.2.1)
+ rack (~> 2.0)
+ rack-test (>= 0.6.3)
+ rails-dom-testing (~> 2.0)
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
+ actionview (5.2.1)
+ activesupport (= 5.2.1)
+ builder (~> 3.1)
+ erubi (~> 1.4)
+ rails-dom-testing (~> 2.0)
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
+ activesupport (5.2.1)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (>= 0.7, < 2)
+ minitest (~> 5.1)
+ tzinfo (~> 1.1)
+ appraisal (2.2.0)
bundler
rake
- builder (3.0.4)
- diff-lcs (1.1.3)
- erubis (2.7.0)
- hike (1.2.1)
- i18n (0.6.1)
- journey (1.0.4)
- json (1.7.7)
- multi_json (1.5.1)
- rack (1.4.5)
- rack-cache (1.2)
- rack (>= 0.4)
- rack-ssl (1.3.3)
- rack
- rack-test (0.6.2)
- rack (>= 1.0)
- railties (3.2.12)
- actionpack (= 3.2.12)
- activesupport (= 3.2.12)
- rack-ssl (~> 1.3.2)
+ thor (>= 0.14.0)
+ builder (3.2.3)
+ concurrent-ruby (1.0.5)
+ crass (1.0.4)
+ diff-lcs (1.3)
+ erubi (1.7.1)
+ i18n (1.1.0)
+ concurrent-ruby (~> 1.0)
+ loofah (2.2.2)
+ crass (~> 1.0.2)
+ nokogiri (>= 1.5.9)
+ method_source (0.9.0)
+ mini_portile2 (2.3.0)
+ minitest (5.11.3)
+ nokogiri (1.8.4)
+ mini_portile2 (~> 2.3.0)
+ rack (2.0.5)
+ rack-test (1.1.0)
+ rack (>= 1.0, < 3)
+ rails-dom-testing (2.0.3)
+ activesupport (>= 4.2.0)
+ nokogiri (>= 1.6)
+ rails-html-sanitizer (1.0.4)
+ loofah (~> 2.2, >= 2.2.2)
+ railties (5.2.1)
+ actionpack (= 5.2.1)
+ activesupport (= 5.2.1)
+ method_source
rake (>= 0.8.7)
- rdoc (~> 3.4)
- thor (>= 0.14.6, < 2.0)
- rake (10.0.3)
- rdoc (3.12.1)
- json (~> 1.4)
- rspec-core (2.12.2)
- rspec-expectations (2.12.1)
- diff-lcs (~> 1.1.3)
- rspec-mocks (2.12.2)
- rspec-rails (2.12.2)
+ thor (>= 0.19.0, < 2.0)
+ rake (12.3.1)
+ rspec-core (3.8.0)
+ rspec-support (~> 3.8.0)
+ rspec-expectations (3.8.1)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.8.0)
+ rspec-mocks (3.8.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.8.0)
+ rspec-rails (3.8.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
- rspec-core (~> 2.12.0)
- rspec-expectations (~> 2.12.0)
- rspec-mocks (~> 2.12.0)
- sprockets (2.2.2)
- hike (~> 1.2)
- multi_json (~> 1.0)
- rack (~> 1.0)
- tilt (~> 1.1, != 1.3.0)
- sqlite3 (1.3.7)
- thor (0.17.0)
- tilt (1.3.3)
+ rspec-core (~> 3.8.0)
+ rspec-expectations (~> 3.8.0)
+ rspec-mocks (~> 3.8.0)
+ rspec-support (~> 3.8.0)
+ rspec-support (3.8.0)
+ sqlite3 (1.3.13)
+ thor (0.20.0)
+ thread_safe (0.3.6)
+ tzinfo (1.2.5)
+ thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
- appraisal
+ appraisal (~> 2.2)
flutie!
- rspec-rails
- sqlite3
+ rspec-rails (~> 3.7)
+ sqlite3 (~> 1.3)
+
+BUNDLED WITH
+ 1.16.5