Gemfile.lock in check_mot-0.1.0 vs Gemfile.lock in check_mot-0.3.1
- old
+ new
@@ -1,55 +1,68 @@
PATH
remote: .
specs:
- check_mot (0.1.0)
+ check_mot (0.3.0)
activesupport (>= 4.0)
faraday (>= 0.9)
GEM
remote: https://rubygems.org/
specs:
- activesupport (5.2.2)
+ activesupport (7.1.3.2)
+ base64
+ bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
- i18n (>= 0.7, < 2)
- minitest (~> 5.1)
- tzinfo (~> 1.1)
- concurrent-ruby (1.1.4)
- diff-lcs (1.3)
- faraday (0.15.4)
- multipart-post (>= 1.2, < 3)
- i18n (1.5.3)
+ connection_pool (>= 2.2.5)
+ drb
+ i18n (>= 1.6, < 2)
+ minitest (>= 5.1)
+ mutex_m
+ tzinfo (~> 2.0)
+ base64 (0.2.0)
+ bigdecimal (3.1.7)
+ concurrent-ruby (1.2.3)
+ connection_pool (2.4.1)
+ diff-lcs (1.5.1)
+ drb (2.2.1)
+ faraday (2.9.0)
+ faraday-net_http (>= 2.0, < 3.2)
+ faraday-net_http (3.1.0)
+ net-http
+ i18n (1.14.4)
concurrent-ruby (~> 1.0)
- minitest (5.11.3)
- multipart-post (2.0.0)
- rake (10.5.0)
- rspec (3.8.0)
- rspec-core (~> 3.8.0)
- rspec-expectations (~> 3.8.0)
- rspec-mocks (~> 3.8.0)
- rspec-core (3.8.0)
- rspec-support (~> 3.8.0)
- rspec-expectations (3.8.2)
+ minitest (5.22.3)
+ mutex_m (0.2.0)
+ net-http (0.4.1)
+ uri
+ rake (13.0.1)
+ rspec (3.13.0)
+ rspec-core (~> 3.13.0)
+ rspec-expectations (~> 3.13.0)
+ rspec-mocks (~> 3.13.0)
+ rspec-core (3.13.0)
+ rspec-support (~> 3.13.0)
+ rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.8.0)
- rspec-mocks (3.8.0)
+ rspec-support (~> 3.13.0)
+ rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.8.0)
- rspec-support (3.8.0)
+ rspec-support (~> 3.13.0)
+ rspec-support (3.13.1)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
- thread_safe (0.3.6)
- tzinfo (1.2.5)
- thread_safe (~> 0.1)
+ tzinfo (2.0.6)
+ concurrent-ruby (~> 1.0)
+ uri (0.13.0)
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 2.0)
check_mot!
- rake (~> 10.0)
+ rake (~> 13.0)
rspec (~> 3.0)
rspec_junit_formatter
BUNDLED WITH
- 2.0.1
+ 2.4.22