aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2018-10-01 17:04:46 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2018-10-01 17:04:46 -0700
commit2dfec5ec85aa3e8339a82f961c25428b67c4c209 (patch)
tree0a1e2273abb4643c744cbef045392895397900d5 /Gemfile.lock
parent369f4926774843f418c35f1efffc0f391529e6f7 (diff)
downloadrails-2dfec5ec85aa3e8339a82f961c25428b67c4c209.tar.gz
rails-2dfec5ec85aa3e8339a82f961c25428b67c4c209.tar.bz2
rails-2dfec5ec85aa3e8339a82f961c25428b67c4c209.zip
Use released version of Rails 5.2.0 as the dependency
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock74
1 files changed, 37 insertions, 37 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index d40eabf684..12d7f94fb7 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -3,48 +3,48 @@ PATH
specs:
actiontext (0.1.0)
nokogiri
- rails (>= 5.2.0.rc1)
+ rails (>= 5.2.0)
GEM
remote: https://rubygems.org/
specs:
- actioncable (5.2.0.rc1)
- actionpack (= 5.2.0.rc1)
+ actioncable (5.2.0)
+ actionpack (= 5.2.0)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
- actionmailer (5.2.0.rc1)
- actionpack (= 5.2.0.rc1)
- actionview (= 5.2.0.rc1)
- activejob (= 5.2.0.rc1)
+ actionmailer (5.2.0)
+ actionpack (= 5.2.0)
+ actionview (= 5.2.0)
+ activejob (= 5.2.0)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
- actionpack (5.2.0.rc1)
- actionview (= 5.2.0.rc1)
- activesupport (= 5.2.0.rc1)
+ actionpack (5.2.0)
+ actionview (= 5.2.0)
+ activesupport (= 5.2.0)
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
- actionview (5.2.0.rc1)
- activesupport (= 5.2.0.rc1)
+ actionview (5.2.0)
+ activesupport (= 5.2.0)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
- activejob (5.2.0.rc1)
- activesupport (= 5.2.0.rc1)
+ activejob (5.2.0)
+ activesupport (= 5.2.0)
globalid (>= 0.3.6)
- activemodel (5.2.0.rc1)
- activesupport (= 5.2.0.rc1)
- activerecord (5.2.0.rc1)
- activemodel (= 5.2.0.rc1)
- activesupport (= 5.2.0.rc1)
+ activemodel (5.2.0)
+ activesupport (= 5.2.0)
+ activerecord (5.2.0)
+ activemodel (= 5.2.0)
+ activesupport (= 5.2.0)
arel (>= 9.0)
- activestorage (5.2.0.rc1)
- actionpack (= 5.2.0.rc1)
- activerecord (= 5.2.0.rc1)
+ activestorage (5.2.0)
+ actionpack (= 5.2.0)
+ activerecord (= 5.2.0)
marcel (~> 0.3.1)
- activesupport (5.2.0.rc1)
+ activesupport (5.2.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
@@ -79,27 +79,27 @@ GEM
rack
rack-test (0.8.2)
rack (>= 1.0, < 3)
- rails (5.2.0.rc1)
- actioncable (= 5.2.0.rc1)
- actionmailer (= 5.2.0.rc1)
- actionpack (= 5.2.0.rc1)
- actionview (= 5.2.0.rc1)
- activejob (= 5.2.0.rc1)
- activemodel (= 5.2.0.rc1)
- activerecord (= 5.2.0.rc1)
- activestorage (= 5.2.0.rc1)
- activesupport (= 5.2.0.rc1)
+ rails (5.2.0)
+ actioncable (= 5.2.0)
+ actionmailer (= 5.2.0)
+ actionpack (= 5.2.0)
+ actionview (= 5.2.0)
+ activejob (= 5.2.0)
+ activemodel (= 5.2.0)
+ activerecord (= 5.2.0)
+ activestorage (= 5.2.0)
+ activesupport (= 5.2.0)
bundler (>= 1.3.0)
- railties (= 5.2.0.rc1)
+ railties (= 5.2.0)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
- railties (5.2.0.rc1)
- actionpack (= 5.2.0.rc1)
- activesupport (= 5.2.0.rc1)
+ railties (5.2.0)
+ actionpack (= 5.2.0)
+ activesupport (= 5.2.0)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)