diff options
| author | vlatka pavisic | 2016-11-30 16:11:15 +0100 | 
|---|---|---|
| committer | vlatka pavisic | 2016-11-30 16:11:15 +0100 | 
| commit | 7d644e5cf2610aec88c0d5c6a1f4fa63b442cc42 (patch) | |
| tree | 37ec244f11bd02572e3c9f38e509a952307f4086 /Gemfile.lock | |
| parent | ec923ea9bf980a846d5b3d588796fc4ac528adaf (diff) | |
| download | chouette-core-7d644e5cf2610aec88c0d5c6a1f4fa63b442cc42.tar.bz2 | |
Refs #2072 : Upgrade RedCloth
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index e55006fef..43ca0b023 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,8 +32,7 @@ GEM    remote: http://rubygems.org/    remote: http://rails-assets.org/    specs: -    RedCloth (4.2.9) -    RedCloth (4.2.9-java) +    RedCloth (4.3.2)      SyslogLogger (2.0)      aasm (4.5.2)      actionmailer (4.1.10) @@ -585,7 +584,7 @@ PLATFORMS    ruby  DEPENDENCIES -  RedCloth +  RedCloth (~> 4.3.0)    SyslogLogger    aasm    active_attr  | 
