Gemfile.lock in retrobot-0.2.0 vs Gemfile.lock in retrobot-0.2.1

- old
+ new

@@ -1,65 +1,62 @@ PATH remote: . specs: - retrobot (0.0.1) + retrobot (0.2.0) activesupport (~> 4.0) daemons get-twitter-oauth-token retryable - twitter (~> 4.8.1) + twitter (~> 5.8) GEM remote: https://rubygems.org/ specs: activesupport (4.0.4) i18n (~> 0.6, >= 0.6.9) minitest (~> 4.2) multi_json (~> 1.3) thread_safe (~> 0.1) tzinfo (~> 0.3.37) + addressable (2.3.6) atomic (1.1.16) - awesome_print (1.2.0) + buftok (0.2.0) daemons (1.1.9) - diff-lcs (1.2.5) + equalizer (0.0.9) faraday (0.9.0) multipart-post (>= 1.2, < 3) get-twitter-oauth-token (1.1.0) oauth + http (0.5.0) + http_parser.rb + http_parser.rb (0.6.0) i18n (0.6.9) json (1.8.1) + memoizable (0.4.2) + thread_safe (~> 0.3, >= 0.3.1) minitest (4.7.5) multi_json (1.9.2) multipart-post (2.0.0) + naught (1.0.0) oauth (0.4.7) - rack (1.5.2) - rack-test (0.6.2) - rack (>= 1.0) - retryable (1.3.4) - rspec (2.13.0) - rspec-core (~> 2.13.0) - rspec-expectations (~> 2.13.0) - rspec-mocks (~> 2.13.0) - rspec-core (2.13.1) - rspec-expectations (2.13.0) - diff-lcs (>= 1.1.3, < 2.0) - rspec-json_matcher (0.0.6) - awesome_print - json - rspec-mocks (2.13.1) + retryable (1.3.5) simple_oauth (0.2.0) thread_safe (0.3.1) atomic (>= 1.1.7, < 2) - twitter (4.8.1) - faraday (~> 0.8, < 0.10) - multi_json (~> 1.0) - simple_oauth (~> 0.2) + twitter (5.8.0) + addressable (~> 2.3) + buftok (~> 0.2.0) + equalizer (~> 0.0.9) + faraday (~> 0.9.0) + http (~> 0.5.0) + http_parser.rb (~> 0.6.0) + json (~> 1.8) + memoizable (~> 0.4.0) + naught (~> 1.0) + simple_oauth (~> 0.2.0) tzinfo (0.3.39) PLATFORMS ruby DEPENDENCIES - rack-test (~> 0.6.2) retrobot! - rspec (~> 2.13.0) - rspec-json_matcher (~> 0.0.4)