diff --git a/Gemfile b/Gemfile index 5eed072f..ccea4a79 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ ruby '2.3.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.2.6' -gem 'rake', '12.3.2' +gem 'rake', '12.3.3' # Use mysql as the database for Active Record gem 'mysql2', '>= 0.3.13', '< 0.5' gem 'active_record_union' diff --git a/Gemfile.lock b/Gemfile.lock index ee2bdf51..2652d077 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,7 @@ GEM activesupport (= 4.2.6) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (12.3.2) + rake (12.3.3) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) @@ -248,7 +248,7 @@ DEPENDENCIES mysql2 (>= 0.3.13, < 0.5) paperclip rails (= 4.2.6) - rake (= 12.3.2) + rake (= 12.3.3) remotipart (~> 1.2) sass-rails (~> 5.0) sdoc (~> 0.4.0)