From cc90104e759fd4d4e00a19368cb5bc2faefe5c1a Mon Sep 17 00:00:00 2001 From: kanhaiya007 Date: Mon, 30 Jun 2014 13:04:15 +0530 Subject: [PATCH] Updated the Rails And Mongoid Version --- Gemfile | 4 +-- Gemfile.lock | 73 ++++++++++++++++++++++++---------------------------- 2 files changed, 36 insertions(+), 41 deletions(-) diff --git a/Gemfile b/Gemfile index d6384b5..1304933 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' ruby '2.1.2' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.1.1' +gem 'rails', '4.1.2' # Use SCSS for stylesheets gem 'sass-rails', '~> 4.0.3' @@ -57,7 +57,7 @@ gem 'sidekiq' gem 'devise' # Use mongoid to utilise mongodb -gem 'mongoid', github: 'mongoid/mongoid' +gem 'mongoid' # Use devise_invitable to give authentication to only invited users gem 'devise_invitable' diff --git a/Gemfile.lock b/Gemfile.lock index b536a74..a16b62d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,37 +1,27 @@ -GIT - remote: git://github.com/mongoid/mongoid.git - revision: 50b633c8baf2fa467e8c36b18a013a2cd50e0454 - specs: - mongoid (4.0.0) - activemodel (~> 4.0) - moped (~> 2.0.0) - origin (~> 2.1) - tzinfo (>= 0.3.37) - GEM remote: https://rubygems.org/ specs: - actionmailer (4.1.1) - actionpack (= 4.1.1) - actionview (= 4.1.1) + actionmailer (4.1.2) + actionpack (= 4.1.2) + actionview (= 4.1.2) mail (~> 2.5.4) - actionpack (4.1.1) - actionview (= 4.1.1) - activesupport (= 4.1.1) + actionpack (4.1.2) + actionview (= 4.1.2) + activesupport (= 4.1.2) rack (~> 1.5.2) rack-test (~> 0.6.2) - actionview (4.1.1) - activesupport (= 4.1.1) + actionview (4.1.2) + activesupport (= 4.1.2) builder (~> 3.1) erubis (~> 2.7.0) - activemodel (4.1.1) - activesupport (= 4.1.1) + activemodel (4.1.2) + activesupport (= 4.1.2) builder (~> 3.1) - activerecord (4.1.1) - activemodel (= 4.1.1) - activesupport (= 4.1.1) + activerecord (4.1.2) + activemodel (= 4.1.2) + activesupport (= 4.1.2) arel (~> 5.0.0) - activesupport (4.1.1) + activesupport (4.1.2) i18n (~> 0.6, >= 0.6.9) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) @@ -39,7 +29,7 @@ GEM tzinfo (~> 1.1) arel (5.0.1.20140414130214) bcrypt (3.1.7) - bootstrap-sass (3.1.1.1) + bootstrap-sass (3.2.0.0) sass (~> 3.2) bson (2.3.0) builder (3.2.2) @@ -66,7 +56,7 @@ GEM diff-lcs (1.2.5) docile (1.1.5) erubis (2.7.0) - execjs (2.2.0) + execjs (2.2.1) factory_girl (4.4.0) activesupport (>= 3.0.0) factory_girl_rails (4.4.1) @@ -109,6 +99,11 @@ GEM mime-types (1.25.1) mini_portile (0.6.0) minitest (5.3.5) + mongoid (4.0.0) + activemodel (~> 4.0) + moped (~> 2.0.0) + origin (~> 2.1) + tzinfo (>= 0.3.37) moped (2.0.0) bson (~> 2.2) connection_pool (~> 2.0) @@ -132,19 +127,19 @@ GEM rack (1.5.2) rack-test (0.6.2) rack (>= 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) + rails (4.1.2) + actionmailer (= 4.1.2) + actionpack (= 4.1.2) + actionview (= 4.1.2) + activemodel (= 4.1.2) + activerecord (= 4.1.2) + activesupport (= 4.1.2) bundler (>= 1.3.0, < 2.0) - railties (= 4.1.1) + railties (= 4.1.2) sprockets-rails (~> 2.0) - railties (4.1.1) - actionpack (= 4.1.1) - activesupport (= 4.1.1) + railties (4.1.2) + actionpack (= 4.1.2) + activesupport (= 4.1.2) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (10.3.2) @@ -243,8 +238,8 @@ DEPENDENCIES jbuilder (~> 2.0) jquery-rails linkedin - mongoid! - rails (= 4.1.1) + mongoid + rails (= 4.1.2) rspec-rails sass-rails (~> 4.0.3) sdoc (~> 0.4.0)