From 366727b729ed7820cc3fff320a69c6176af6747d Mon Sep 17 00:00:00 2001 From: Mischa Berger Date: Thu, 8 May 2014 23:00:29 +0900 Subject: [PATCH] Updated to Rails 4.1.1 --- Gemfile | 2 +- Gemfile.lock | 54 ++++++++++++++++++++++++++-------------------------- README.md | 2 +- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/Gemfile b/Gemfile index ee6e9d0..7dbfa6e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rails', '4.1.0' +gem 'rails', '4.1.1' gem 'sqlite3' gem 'sass-rails', '~> 4.0.0' gem 'uglifier', '>= 1.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index d34b4b0..3da2100 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,27 +1,27 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (4.1.0) - actionpack (= 4.1.0) - actionview (= 4.1.0) + actionmailer (4.1.1) + actionpack (= 4.1.1) + actionview (= 4.1.1) mail (~> 2.5.4) - actionpack (4.1.0) - actionview (= 4.1.0) - activesupport (= 4.1.0) + actionpack (4.1.1) + actionview (= 4.1.1) + activesupport (= 4.1.1) rack (~> 1.5.2) rack-test (~> 0.6.2) - actionview (4.1.0) - activesupport (= 4.1.0) + actionview (4.1.1) + activesupport (= 4.1.1) builder (~> 3.1) erubis (~> 2.7.0) - activemodel (4.1.0) - activesupport (= 4.1.0) + activemodel (4.1.1) + activesupport (= 4.1.1) builder (~> 3.1) - activerecord (4.1.0) - activemodel (= 4.1.0) - activesupport (= 4.1.0) + activerecord (4.1.1) + activemodel (= 4.1.1) + activesupport (= 4.1.1) arel (~> 5.0.0) - activesupport (4.1.0) + activesupport (4.1.1) i18n (~> 0.6, >= 0.6.9) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) @@ -64,7 +64,7 @@ GEM treetop (~> 1.4.8) mime-types (1.25.1) minitest (5.3.3) - multi_json (1.9.2) + multi_json (1.10.0) paperclip (4.1.1) activemodel (>= 3.0.0) activesupport (>= 3.0.0) @@ -74,19 +74,19 @@ GEM rack (1.5.2) rack-test (0.6.2) rack (>= 1.0) - rails (4.1.0) - actionmailer (= 4.1.0) - actionpack (= 4.1.0) - actionview (= 4.1.0) - activemodel (= 4.1.0) - activerecord (= 4.1.0) - activesupport (= 4.1.0) + rails (4.1.1) + actionmailer (= 4.1.1) + actionpack (= 4.1.1) + actionview (= 4.1.1) + activemodel (= 4.1.1) + activerecord (= 4.1.1) + activesupport (= 4.1.1) bundler (>= 1.3.0, < 2.0) - railties (= 4.1.0) + railties (= 4.1.1) sprockets-rails (~> 2.0) - railties (4.1.0) - actionpack (= 4.1.0) - activesupport (= 4.1.0) + railties (4.1.1) + actionpack (= 4.1.1) + activesupport (= 4.1.1) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (10.3.1) @@ -129,7 +129,7 @@ DEPENDENCIES jquery-fileupload-rails jquery-rails paperclip - rails (= 4.1.0) + rails (= 4.1.1) sass-rails (~> 4.0.0) sqlite3 uglifier (>= 1.3.0) diff --git a/README.md b/README.md index ae91ae0..0464749 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Requirements The requirements for running Boxroom are: * Ruby 2.1.1, 2.1.0, 2.0.0 or 1.9.3 - * Rails 4.1.0 + * Rails 4.1.1 * A database (e.g. MySQL or SQLite)