File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 4040
4141group :production do
4242 gem 'pg'
43+ gem 'rails_12factor'
4344end
4445
4546# Use ActiveModel has_secure_password
Original file line number Diff line number Diff line change 4949 lumberjack (~> 1.0 )
5050 pry (>= 0.9.12 )
5151 thor (>= 0.18.1 )
52- guard-rspec (4.2.0 )
53- guard (>= 2.1 .1 )
52+ guard-rspec (4.2.4 )
53+ guard (~> 2 .1 )
5454 rspec (>= 2.14 , < 4.0 )
5555 hike (1.2.3 )
5656 i18n (0.6.9 )
7272 method_source (0.8.2 )
7373 mime-types (1.25.1 )
7474 minitest (4.7.5 )
75- multi_json (1.8.2 )
75+ multi_json (1.8.3 )
7676 pg (0.17.1 )
7777 polyglot (0.3.3 )
7878 pry (0.9.12.4 )
9090 bundler (>= 1.3.0 , < 2.0 )
9191 railties (= 4.0.2 )
9292 sprockets-rails (~> 2.0.0 )
93+ rails_12factor (0.0.2 )
94+ rails_serve_static_assets
95+ rails_stdout_logging
96+ rails_serve_static_assets (0.0.2 )
97+ rails_stdout_logging (0.0.3 )
9398 railties (4.0.2 )
9499 actionpack (= 4.0.2 )
95100 activesupport (= 4.0.2 )
96101 rake (>= 0.8.7 )
97102 thor (>= 0.18.1 , < 2.0 )
98103 rake (10.1.1 )
99- rb-fsevent (0.9.3 )
104+ rb-fsevent (0.9.4 )
100105 rb-inotify (0.9.3 )
101106 ffi (>= 0.5.0 )
102107 rdoc (3.12.2 )
109114 rspec-expectations (2.14.4 )
110115 diff-lcs (>= 1.1.3 , < 2.0 )
111116 rspec-mocks (2.14.4 )
112- rspec-rails (2.14.0 )
117+ rspec-rails (2.14.1 )
113118 actionpack (>= 3.0 )
119+ activemodel (>= 3.0 )
114120 activesupport (>= 3.0 )
115121 railties (>= 3.0 )
116122 rspec-core (~> 2.14.0 )
@@ -160,6 +166,7 @@ DEPENDENCIES
160166 jquery-rails
161167 pg
162168 rails (= 4.0.2 )
169+ rails_12factor
163170 rspec-rails (~> 2.14 )
164171 sass-rails (~> 4.0.0 )
165172 sdoc
You can’t perform that action at this time.
0 commit comments