Gemfile.lock in saasable-6.1.0 vs Gemfile.lock in saasable-6.1.2
- old
+ new
@@ -1,112 +1,114 @@
GEM
remote: http://rubygems.org/
specs:
- activemodel (5.1.4)
- activesupport (= 5.1.4)
- activesupport (5.1.4)
+ activemodel (5.2.3)
+ activesupport (= 5.2.3)
+ activesupport (5.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
- i18n (~> 0.7)
+ i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.4.0)
- ast (2.3.0)
- bson (4.2.2)
+ ast (2.4.0)
+ bson (4.5.0)
builder (3.2.3)
- concurrent-ruby (1.0.5)
+ concurrent-ruby (1.1.5)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.3)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
- git (1.3.0)
+ git (1.5.0)
github_api (0.16.0)
addressable (~> 2.4.0)
descendants_tracker (~> 0.0.4)
faraday (~> 0.8, < 0.10)
hashie (>= 3.4)
mime-types (>= 1.16, < 3.0)
oauth2 (~> 1.0)
- hashie (3.5.7)
- highline (1.7.10)
- i18n (0.9.1)
+ hashie (3.6.0)
+ highline (2.0.2)
+ i18n (1.6.0)
concurrent-ruby (~> 1.0)
- jeweler (2.3.7)
+ jaro_winkler (1.5.2)
+ jeweler (2.3.9)
builder
- bundler (>= 1)
+ bundler
git (>= 1.2.5)
github_api (~> 0.16.0)
highline (>= 1.6.15)
nokogiri (>= 1.5.10)
- psych (~> 2.2)
+ psych
rake
rdoc
semver2
- jwt (1.5.6)
+ jwt (2.2.1)
mime-types (2.99.3)
- mini_portile2 (2.3.0)
- minitest (5.11.1)
- mongo (2.4.3)
- bson (>= 4.2.1, < 5.0.0)
- mongoid (6.2.1)
- activemodel (~> 5.1)
- mongo (>= 2.4.1, < 3.0.0)
+ mini_portile2 (2.4.0)
+ minitest (5.11.3)
+ mongo (2.8.0)
+ bson (>= 4.4.2, < 5.0.0)
+ mongoid (7.0.3)
+ activemodel (>= 5.1, < 6.0.0)
+ mongo (>= 2.5.1, < 3.0.0)
multi_json (1.13.1)
multi_xml (0.6.0)
- multipart-post (2.0.0)
- nokogiri (1.8.1)
- mini_portile2 (~> 2.3.0)
- oauth2 (1.4.0)
- faraday (>= 0.8, < 0.13)
- jwt (~> 1.0)
+ multipart-post (2.1.1)
+ nokogiri (1.10.3)
+ mini_portile2 (~> 2.4.0)
+ oauth2 (1.4.1)
+ faraday (>= 0.8, < 0.16.0)
+ jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
- parallel (1.12.1)
- parser (2.4.0.2)
- ast (~> 2.3)
- powerpack (0.1.1)
- psych (2.2.4)
- rack (2.0.3)
+ parallel (1.17.0)
+ parser (2.6.3.0)
+ ast (~> 2.4.0)
+ psych (3.1.0)
+ rack (2.0.7)
rainbow (3.0.0)
- rake (12.3.0)
- rdoc (6.0.1)
- rspec (3.7.0)
- rspec-core (~> 3.7.0)
- rspec-expectations (~> 3.7.0)
- rspec-mocks (~> 3.7.0)
- rspec-core (3.7.1)
- rspec-support (~> 3.7.0)
- rspec-expectations (3.7.0)
+ rake (12.3.2)
+ rdoc (6.1.1)
+ 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.3)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.7.0)
- rspec-mocks (3.7.0)
+ rspec-support (~> 3.8.0)
+ rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.7.0)
- rspec-support (3.7.0)
- rubocop (0.52.1)
+ rspec-support (~> 3.8.0)
+ rspec-support (3.8.0)
+ rubocop (0.71.0)
+ jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
- parser (>= 2.4.0.2, < 3.0)
- powerpack (~> 0.1)
+ parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
- unicode-display_width (~> 1.0, >= 1.0.1)
- ruby-progressbar (1.9.0)
+ unicode-display_width (>= 1.4.0, < 1.7)
+ ruby-progressbar (1.10.1)
semver2 (3.4.2)
thread_safe (0.3.6)
- tzinfo (1.2.4)
+ tzinfo (1.2.5)
thread_safe (~> 0.1)
- unicode-display_width (1.3.0)
+ unicode-display_width (1.6.0)
PLATFORMS
ruby
DEPENDENCIES
bundler
jeweler
- mongoid (~> 6.0)
+ mongoid (>= 6.0)
+ nokogiri (>= 1.8.5)
+ rack (>= 2.0.6)
rdoc
rspec
rubocop
BUNDLED WITH
- 1.16.0
+ 1.17.3