File tree 2 files changed +36
-41
lines changed
2 files changed +36
-41
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
2
3
3
ruby '2.1.2'
4
4
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5
- gem 'rails' , '4.1.1 '
5
+ gem 'rails' , '4.1.2 '
6
6
# Use SCSS for stylesheets
7
7
gem 'sass-rails' , '~> 4.0.3'
8
8
@@ -57,7 +57,7 @@ gem 'sidekiq'
57
57
gem 'devise'
58
58
59
59
# Use mongoid to utilise mongodb
60
- gem 'mongoid' , github : 'mongoid/mongoid'
60
+ gem 'mongoid'
61
61
62
62
# Use devise_invitable to give authentication to only invited users
63
63
gem 'devise_invitable'
Original file line number Diff line number Diff line change 1
- GIT
2
- remote: git://github.com/mongoid/mongoid.git
3
- revision: 50b633c8baf2fa467e8c36b18a013a2cd50e0454
4
- specs:
5
- mongoid (4.0.0 )
6
- activemodel (~> 4.0 )
7
- moped (~> 2.0.0 )
8
- origin (~> 2.1 )
9
- tzinfo (>= 0.3.37 )
10
-
11
1
GEM
12
2
remote: https://rubygems.org/
13
3
specs:
14
- actionmailer (4.1.1 )
15
- actionpack (= 4.1.1 )
16
- actionview (= 4.1.1 )
4
+ actionmailer (4.1.2 )
5
+ actionpack (= 4.1.2 )
6
+ actionview (= 4.1.2 )
17
7
mail (~> 2.5.4 )
18
- actionpack (4.1.1 )
19
- actionview (= 4.1.1 )
20
- activesupport (= 4.1.1 )
8
+ actionpack (4.1.2 )
9
+ actionview (= 4.1.2 )
10
+ activesupport (= 4.1.2 )
21
11
rack (~> 1.5.2 )
22
12
rack-test (~> 0.6.2 )
23
- actionview (4.1.1 )
24
- activesupport (= 4.1.1 )
13
+ actionview (4.1.2 )
14
+ activesupport (= 4.1.2 )
25
15
builder (~> 3.1 )
26
16
erubis (~> 2.7.0 )
27
- activemodel (4.1.1 )
28
- activesupport (= 4.1.1 )
17
+ activemodel (4.1.2 )
18
+ activesupport (= 4.1.2 )
29
19
builder (~> 3.1 )
30
- activerecord (4.1.1 )
31
- activemodel (= 4.1.1 )
32
- activesupport (= 4.1.1 )
20
+ activerecord (4.1.2 )
21
+ activemodel (= 4.1.2 )
22
+ activesupport (= 4.1.2 )
33
23
arel (~> 5.0.0 )
34
- activesupport (4.1.1 )
24
+ activesupport (4.1.2 )
35
25
i18n (~> 0.6 , >= 0.6.9 )
36
26
json (~> 1.7 , >= 1.7.7 )
37
27
minitest (~> 5.1 )
38
28
thread_safe (~> 0.1 )
39
29
tzinfo (~> 1.1 )
40
30
arel (5.0.1.20140414130214 )
41
31
bcrypt (3.1.7 )
42
- bootstrap-sass (3.1.1.1 )
32
+ bootstrap-sass (3.2.0.0 )
43
33
sass (~> 3.2 )
44
34
bson (2.3.0 )
45
35
builder (3.2.2 )
66
56
diff-lcs (1.2.5 )
67
57
docile (1.1.5 )
68
58
erubis (2.7.0 )
69
- execjs (2.2.0 )
59
+ execjs (2.2.1 )
70
60
factory_girl (4.4.0 )
71
61
activesupport (>= 3.0.0 )
72
62
factory_girl_rails (4.4.1 )
109
99
mime-types (1.25.1 )
110
100
mini_portile (0.6.0 )
111
101
minitest (5.3.5 )
102
+ mongoid (4.0.0 )
103
+ activemodel (~> 4.0 )
104
+ moped (~> 2.0.0 )
105
+ origin (~> 2.1 )
106
+ tzinfo (>= 0.3.37 )
112
107
moped (2.0.0 )
113
108
bson (~> 2.2 )
114
109
connection_pool (~> 2.0 )
@@ -132,19 +127,19 @@ GEM
132
127
rack (1.5.2 )
133
128
rack-test (0.6.2 )
134
129
rack (>= 1.0 )
135
- rails (4.1.1 )
136
- actionmailer (= 4.1.1 )
137
- actionpack (= 4.1.1 )
138
- actionview (= 4.1.1 )
139
- activemodel (= 4.1.1 )
140
- activerecord (= 4.1.1 )
141
- activesupport (= 4.1.1 )
130
+ rails (4.1.2 )
131
+ actionmailer (= 4.1.2 )
132
+ actionpack (= 4.1.2 )
133
+ actionview (= 4.1.2 )
134
+ activemodel (= 4.1.2 )
135
+ activerecord (= 4.1.2 )
136
+ activesupport (= 4.1.2 )
142
137
bundler (>= 1.3.0 , < 2.0 )
143
- railties (= 4.1.1 )
138
+ railties (= 4.1.2 )
144
139
sprockets-rails (~> 2.0 )
145
- railties (4.1.1 )
146
- actionpack (= 4.1.1 )
147
- activesupport (= 4.1.1 )
140
+ railties (4.1.2 )
141
+ actionpack (= 4.1.2 )
142
+ activesupport (= 4.1.2 )
148
143
rake (>= 0.8.7 )
149
144
thor (>= 0.18.1 , < 2.0 )
150
145
rake (10.3.2 )
@@ -243,8 +238,8 @@ DEPENDENCIES
243
238
jbuilder (~> 2.0 )
244
239
jquery-rails
245
240
linkedin
246
- mongoid !
247
- rails (= 4.1.1 )
241
+ mongoid
242
+ rails (= 4.1.2 )
248
243
rspec-rails
249
244
sass-rails (~> 4.0.3 )
250
245
sdoc (~> 0.4.0 )
You can’t perform that action at this time.
0 commit comments