Gemfile.lock in roi_calculator-0.1.2 vs Gemfile.lock in roi_calculator-0.1.3

- old
+ new

@@ -1,36 +1,25 @@ -GIT - remote: https://github.com/abacha/math_util.git - revision: 1e4a8082af06cd5bb83a978eae9de50943844429 - specs: - math_util (0.1.0) - -GIT - remote: https://github.com/abacha/work_day.git - revision: 1dd12e52dd894e4c169d1966bfaf9545452f4572 - specs: - work_day (0.1.3) - activesupport (~> 4.1) - PATH remote: . specs: roi_calculator (0.1.2) + math_util (~> 0.1.0) memoist (~> 0.15) + work_day (~> 0.3.0) GEM remote: https://rubygems.org/ specs: - activesupport (4.2.7.1) + activesupport (5.0.2) + 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) + concurrent-ruby (1.0.5) diff-lcs (1.3) - i18n (0.8.0) - json (1.8.6) + i18n (0.8.1) + math_util (0.1.0) memoist (0.15.0) minitest (5.10.1) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -42,21 +31,21 @@ rspec-support (~> 3.5.0) rspec-mocks (3.5.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.5.0) rspec-support (3.5.0) - thread_safe (0.3.5) + thread_safe (0.3.6) tzinfo (1.2.2) thread_safe (~> 0.1) + work_day (0.3.0) + activesupport (>= 4.0) PLATFORMS ruby DEPENDENCIES bundler (~> 1.13) - math_util! roi_calculator! rspec (~> 3.0) - work_day! BUNDLED WITH - 1.14.3 + 1.14.4