Gemfile.lock in rails-patterns-0.8.0 vs Gemfile.lock in rails-patterns-0.9.0
- old
+ new
@@ -40,70 +40,80 @@
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.3)
equalizer (0.0.11)
erubi (1.9.0)
- faraday (0.17.3)
+ faraday (1.3.0)
+ faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
- git (1.7.0)
+ ruby2_keywords
+ faraday-net_http (1.0.1)
+ git (1.8.1)
rchardet (~> 1.8)
- github_api (0.18.2)
+ github_api (0.19.0)
addressable (~> 2.4)
descendants_tracker (~> 0.0.4)
- faraday (~> 0.8)
+ faraday (>= 0.8, < 2)
hashie (~> 3.5, >= 3.5.2)
oauth2 (~> 1.0)
hashie (3.6.0)
highline (2.0.3)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
- juwelier (2.1.3)
+ juwelier (2.4.9)
builder
- bundler (>= 1.13)
- git (>= 1.2.5)
+ bundler
+ git
github_api
- highline (>= 1.6.15)
- nokogiri (>= 1.5.10)
+ highline
+ kamelcase (~> 0)
+ nokogiri
+ psych
rake
rdoc
- semver
- jwt (2.2.1)
+ semver2
+ jwt (2.2.3)
+ kamelcase (0.0.2)
+ semver2 (~> 3)
loofah (2.6.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (0.9.0)
- mini_portile2 (2.4.0)
+ mini_portile2 (2.5.3)
minitest (5.14.1)
- multi_json (1.14.1)
+ multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
- nokogiri (1.10.9)
- mini_portile2 (~> 2.4.0)
- oauth2 (1.4.4)
+ nokogiri (1.11.7)
+ mini_portile2 (~> 2.5.0)
+ racc (~> 1.4)
+ oauth2 (1.4.7)
faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-rails (0.3.6)
pry (>= 0.10.4)
- public_suffix (4.0.5)
+ psych (4.0.1)
+ public_suffix (4.0.6)
+ racc (1.5.2)
rack (2.2.3)
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.3.0)
loofah (~> 2.3)
- rake (13.0.1)
+ rake (13.0.3)
rchardet (1.8.0)
- rdoc (6.2.1)
+ rdoc (6.3.1)
redis (4.1.4)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
@@ -117,11 +127,11 @@
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
rspec_junit_formatter (0.3.0)
rspec-core (>= 2, < 4, != 2.12.0)
ruby2_keywords (0.0.2)
- semver (1.0.1)
+ semver2 (3.4.2)
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
virtus (1.0.5)
axiom-types (~> 0.1)
@@ -135,10 +145,10 @@
DEPENDENCIES
actionpack (>= 4.2.6)
activerecord (>= 4.2.6)
bundler (~> 2.0)
- juwelier (~> 2.1.0)
+ juwelier
pry-rails
redis
rspec
rspec_junit_formatter
ruby2_keywords