Skip to content

Commit

Permalink
Merge pull request reddotrubyconf#43 from reddotrubyconf/bundle-updat…
Browse files Browse the repository at this point in the history
…e-2016-06-23-081146

Bundle Update on 2016-06-23
  • Loading branch information
JuanitoFatas authored Jun 23, 2016
2 parents d3459d5 + 0f2595a commit 18398a3
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (5.0.0.rc1)
actionpack (= 5.0.0.rc1)
actioncable (5.0.0.rc2)
actionpack (= 5.0.0.rc2)
nio4r (~> 1.2)
websocket-driver (~> 0.6.1)
actionmailer (5.0.0.rc1)
actionpack (= 5.0.0.rc1)
actionview (= 5.0.0.rc1)
activejob (= 5.0.0.rc1)
actionmailer (5.0.0.rc2)
actionpack (= 5.0.0.rc2)
actionview (= 5.0.0.rc2)
activejob (= 5.0.0.rc2)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (5.0.0.rc1)
actionview (= 5.0.0.rc1)
activesupport (= 5.0.0.rc1)
actionpack (5.0.0.rc2)
actionview (= 5.0.0.rc2)
activesupport (= 5.0.0.rc2)
rack (~> 2.x)
rack-test (~> 0.6.3)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.0.0.rc1)
activesupport (= 5.0.0.rc1)
actionview (5.0.0.rc2)
activesupport (= 5.0.0.rc2)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (5.0.0.rc1)
activesupport (= 5.0.0.rc1)
activejob (5.0.0.rc2)
activesupport (= 5.0.0.rc2)
globalid (>= 0.3.6)
activemodel (5.0.0.rc1)
activesupport (= 5.0.0.rc1)
activerecord (5.0.0.rc1)
activemodel (= 5.0.0.rc1)
activesupport (= 5.0.0.rc1)
activemodel (5.0.0.rc2)
activesupport (= 5.0.0.rc2)
activerecord (5.0.0.rc2)
activemodel (= 5.0.0.rc2)
activesupport (= 5.0.0.rc2)
arel (~> 7.0)
activesupport (5.0.0.rc1)
activesupport (5.0.0.rc2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
Expand Down Expand Up @@ -109,17 +109,17 @@ GEM
json
rack-test (0.6.3)
rack (>= 1.0)
rails (5.0.0.rc1)
actioncable (= 5.0.0.rc1)
actionmailer (= 5.0.0.rc1)
actionpack (= 5.0.0.rc1)
actionview (= 5.0.0.rc1)
activejob (= 5.0.0.rc1)
activemodel (= 5.0.0.rc1)
activerecord (= 5.0.0.rc1)
activesupport (= 5.0.0.rc1)
rails (5.0.0.rc2)
actioncable (= 5.0.0.rc2)
actionmailer (= 5.0.0.rc2)
actionpack (= 5.0.0.rc2)
actionview (= 5.0.0.rc2)
activejob (= 5.0.0.rc2)
activemodel (= 5.0.0.rc2)
activerecord (= 5.0.0.rc2)
activesupport (= 5.0.0.rc2)
bundler (>= 1.3.0, < 2.0)
railties (= 5.0.0.rc1)
railties (= 5.0.0.rc2)
sprockets-rails (>= 2.0.0)
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
Expand All @@ -134,9 +134,9 @@ GEM
rails_stdout_logging
rails_serve_static_assets (0.0.5)
rails_stdout_logging (0.0.5)
railties (5.0.0.rc1)
actionpack (= 5.0.0.rc1)
activesupport (= 5.0.0.rc1)
railties (5.0.0.rc2)
actionpack (= 5.0.0.rc2)
activesupport (= 5.0.0.rc2)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
Expand Down

0 comments on commit 18398a3

Please sign in to comment.