diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2018-04-15 14:02:04 -0700 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2018-04-15 14:02:04 -0700 |
commit | a4af9580d604221ec36d2cd5671eb7f256ae5173 (patch) | |
tree | b55381c84f236e5cb9b2c19e26947ac1890fa8a0 | |
parent | 421b185dab403b44216147dbca4964a52241e531 (diff) | |
download | rails-a4af9580d604221ec36d2cd5671eb7f256ae5173.tar.gz rails-a4af9580d604221ec36d2cd5671eb7f256ae5173.tar.bz2 rails-a4af9580d604221ec36d2cd5671eb7f256ae5173.zip |
Updated name
-rw-r--r-- | Gemfile.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index ba3c8b4be8..116635c788 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - activetext (0.1.0) + actiontext (0.1.0) nokogiri rails (>= 5.2.0.rc1) @@ -63,7 +63,7 @@ GEM nokogiri (>= 1.5.9) mail (2.7.0) mini_mime (>= 0.1.1) - marcel (0.3.1) + marcel (0.3.2) mimemagic (~> 0.3.2) method_source (0.9.0) mimemagic (0.3.2) @@ -71,7 +71,7 @@ GEM mini_mime (1.0.0) mini_portile2 (2.3.0) minitest (5.11.3) - nio4r (2.2.0) + nio4r (2.3.0) nokogiri (1.8.2) mini_portile2 (~> 2.3.0) rack (2.0.4) @@ -128,7 +128,7 @@ PLATFORMS ruby DEPENDENCIES - activetext! + actiontext! bundler (~> 1.15) mini_magick sqlite3 |