Commit a892005a5d440550ea99078ef1e162259754a11d
1 parent
aa514668
Exists in
staging
and in
4 other branches
Fix gemfile
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Gemfile
@@ -57,4 +57,4 @@ eval(File.read('config/Gemfile'), binding) rescue nil | @@ -57,4 +57,4 @@ eval(File.read('config/Gemfile'), binding) rescue nil | ||
57 | # dependencies. | 57 | # dependencies. |
58 | Dir.glob('config/plugins/*/Gemfile').each do |gemfile| | 58 | Dir.glob('config/plugins/*/Gemfile').each do |gemfile| |
59 | eval File.read(gemfile) | 59 | eval File.read(gemfile) |
60 | -end | ||
61 | \ No newline at end of file | 60 | \ No newline at end of file |
61 | +end |