about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorGrey Baker <greysteil@gmail.com>2017-09-11 22:03:14 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-09-11 23:03:14 +0200
commitbbff144004b6e162d9a27720b975a4953182da70 (patch)
treed46e2f714c0597fed25926be758a22aff90555a6 /Gemfile
parent47d48fed8d398a1d1ebae01fcded0eb9f4f73c42 (diff)
Bump rails from 5.1.3 to 5.1.4 (#4875)
Bumps [rails](https://github.com/rails/rails) from 5.1.3 to 5.1.4.
- [Commits](https://github.com/rails/rails/compare/v5.1.3...v5.1.4)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 637bf53ee..a4799a1bf 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,7 +6,7 @@ ruby '>= 2.3.0', '< 2.5.0'
 gem 'pkg-config', '~> 1.2'
 
 gem 'puma', '~> 3.8'
-gem 'rails', '~> 5.1.0'
+gem 'rails', '~> 5.1.4'
 gem 'uglifier', '~> 3.2'
 
 gem 'hamlit-rails', '~> 0.2'