diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2018-05-28 17:14:27 +0200 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2018-05-28 17:14:27 +0200 |
commit | 89be59345b08e070f2e20b92541b6f801793e388 (patch) | |
tree | 072106234ec44254c0feee281e325dea9f13c381 | |
parent | 7daa8cc63e1966e4cf677c4162856da896965449 (diff) | |
download | rails-89be59345b08e070f2e20b92541b6f801793e388.tar.gz rails-89be59345b08e070f2e20b92541b6f801793e388.tar.bz2 rails-89be59345b08e070f2e20b92541b6f801793e388.zip |
Use actiontext references in Gemfile.lock
-rw-r--r-- | Gemfile.lock | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index ba3c8b4be8..d40eabf684 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.1) nokogiri (1.8.2) mini_portile2 (~> 2.3.0) rack (2.0.4) @@ -128,11 +128,11 @@ PLATFORMS ruby DEPENDENCIES - activetext! + actiontext! bundler (~> 1.15) mini_magick sqlite3 webpacker (~> 3.2.2) BUNDLED WITH - 1.16.1 + 1.16.2 |