Skip to content

Commit b4ea3f5

Browse files
committed
added 'rails_12factor' gem
1 parent 58786af commit b4ea3f5

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ end
4040

4141
group :production do
4242
gem 'pg'
43+
gem 'rails_12factor'
4344
end
4445

4546
# Use ActiveModel has_secure_password

Gemfile.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ GEM
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)
@@ -72,7 +72,7 @@ GEM
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)
@@ -90,13 +90,18 @@ GEM
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)
@@ -109,8 +114,9 @@ GEM
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

0 commit comments

Comments
 (0)