Gemfile.lock in wso2_toolbox-0.1.0 vs Gemfile.lock in wso2_toolbox-0.2.0
- old
+ new
@@ -1,11 +1,13 @@
PATH
remote: .
specs:
- wso2_toolbox (0.1.0)
+ wso2_toolbox (0.2.0)
actionpack (>= 5.0)
activesupport (>= 5.0)
+ request_store (~> 1.3.2)
+ rest-client (>= 2.0.2)
GEM
remote: https://rubygems.org/
specs:
actionpack (5.1.4)
@@ -24,24 +26,48 @@
activesupport (5.1.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
+ addressable (2.5.2)
+ public_suffix (>= 2.0.2, < 4.0)
builder (3.2.3)
+ byebug (9.1.0)
+ coderay (1.1.2)
concurrent-ruby (1.0.5)
+ crack (0.4.3)
+ safe_yaml (~> 1.0.0)
crass (1.0.3)
diff-lcs (1.3)
+ domain_name (0.5.20170404)
+ unf (>= 0.0.5, < 1.0.0)
+ dotenv (2.2.1)
erubi (1.7.0)
+ hashdiff (0.3.7)
+ http-cookie (1.0.3)
+ domain_name (~> 0.5)
i18n (0.9.1)
concurrent-ruby (~> 1.0)
loofah (2.1.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
+ method_source (0.9.0)
+ mime-types (3.1)
+ mime-types-data (~> 3.2015)
+ mime-types-data (3.2016.0521)
mini_portile2 (2.3.0)
minitest (5.10.3)
+ netrc (0.11.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
+ pry (0.11.3)
+ coderay (~> 1.1.0)
+ method_source (~> 0.9.0)
+ pry-byebug (3.5.1)
+ byebug (~> 9.1)
+ pry (~> 0.10)
+ public_suffix (3.0.1)
rack (2.0.3)
rack-test (0.8.2)
rack (>= 1.0, < 3)
rails-controller-testing (1.0.2)
actionpack (~> 5.x, >= 5.0.1)
@@ -51,10 +77,15 @@
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rake (10.5.0)
+ request_store (1.3.2)
+ rest-client (2.0.2)
+ http-cookie (>= 1.0.2, < 2.0)
+ mime-types (>= 1.16, < 4.0)
+ netrc (~> 0.8)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.0)
@@ -64,24 +95,37 @@
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
+ safe_yaml (1.0.4)
shoulda-matchers (3.1.2)
activesupport (>= 4.0.0)
thread_safe (0.3.6)
tzinfo (1.2.4)
thread_safe (~> 0.1)
+ unf (0.1.4)
+ unf_ext
+ unf_ext (0.0.7.4)
+ vcr (4.0.0)
+ webmock (3.2.1)
+ addressable (>= 2.3.6)
+ crack (>= 0.3.2)
+ hashdiff
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.16)
+ dotenv
+ pry-byebug
rails-controller-testing (~> 1.0)
rake (~> 10.0)
rspec (~> 3.0)
shoulda-matchers (~> 3.1)
+ vcr
+ webmock
wso2_toolbox!
BUNDLED WITH
- 1.16.0
+ 1.16.1