Skip to content

Commit

Permalink
Updated the Rails And Mongoid Version
Browse files Browse the repository at this point in the history
  • Loading branch information
kanhaiyasharma007 committed Jun 30, 2014
1 parent 6b7548d commit cc90104
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 41 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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'
Expand Down
73 changes: 34 additions & 39 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,45 +1,35 @@
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)
thread_safe (~> 0.1)
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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit cc90104

Please sign in to comment.