Gemfile.lock in rails-patterns-0.3.0 vs Gemfile.lock in rails-patterns-0.4.0
- old
+ new
@@ -1,8 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
+ actionpack (5.0.2)
+ actionview (= 5.0.2)
+ activesupport (= 5.0.2)
+ rack (~> 2.0)
+ rack-test (~> 0.6.3)
+ rails-dom-testing (~> 2.0)
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
+ actionview (5.0.2)
+ activesupport (= 5.0.2)
+ builder (~> 3.1)
+ erubis (~> 2.7.0)
+ rails-dom-testing (~> 2.0)
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
activemodel (5.0.2)
activesupport (= 5.0.2)
activerecord (5.0.2)
activemodel (= 5.0.2)
activesupport (= 5.0.2)
@@ -12,16 +25,24 @@
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.4.0)
arel (7.1.4)
+ axiom-types (0.1.1)
+ descendants_tracker (~> 0.0.4)
+ ice_nine (~> 0.11.0)
+ thread_safe (~> 0.3, >= 0.3.1)
builder (3.2.3)
coderay (1.1.1)
+ coercible (1.0.0)
+ descendants_tracker (~> 0.0.1)
concurrent-ruby (1.0.5)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.3)
+ equalizer (0.0.11)
+ erubis (2.7.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
git (1.3.0)
github_api (0.16.0)
addressable (~> 2.4.0)
@@ -31,10 +52,11 @@
mime-types (>= 1.16, < 3.0)
oauth2 (~> 1.0)
hashie (3.5.5)
highline (1.7.8)
i18n (0.8.1)
+ ice_nine (0.11.2)
juwelier (2.1.3)
builder
bundler (>= 1.13)
git (>= 1.2.5)
github_api
@@ -42,10 +64,12 @@
nokogiri (>= 1.5.10)
rake
rdoc
semver
jwt (1.5.6)
+ loofah (2.0.3)
+ nokogiri (>= 1.5.9)
method_source (0.8.2)
mime-types (2.99.3)
mini_portile2 (2.1.0)
minitest (5.10.1)
multi_json (1.12.1)
@@ -64,10 +88,17 @@
method_source (~> 0.8.1)
slop (~> 3.4)
pry-rails (0.3.6)
pry (>= 0.10.4)
rack (2.0.1)
+ rack-test (0.6.3)
+ rack (>= 1.0)
+ rails-dom-testing (2.0.2)
+ activesupport (>= 4.2.0, < 6.0)
+ nokogiri (~> 1.6)
+ rails-html-sanitizer (1.0.3)
+ loofah (~> 2.0)
rake (12.0.0)
rdoc (5.1.0)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
@@ -84,18 +115,25 @@
semver (1.0.1)
slop (3.6.0)
thread_safe (0.3.6)
tzinfo (1.2.3)
thread_safe (~> 0.1)
+ virtus (1.0.5)
+ axiom-types (~> 0.1)
+ coercible (~> 1.0)
+ descendants_tracker (~> 0.0, >= 0.0.3)
+ equalizer (~> 0.0, >= 0.0.9)
PLATFORMS
ruby
DEPENDENCIES
+ actionpack (>= 4.2.6)
activerecord (>= 4.2.6)
bundler (~> 1.0)
juwelier (~> 2.1.0)
pry-rails
rspec
+ virtus
BUNDLED WITH
1.14.6