logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 18fe77084f8695efce4f2b94917af0a34d3ef5b0
parent: dc253ea234d86c3c3360898058261efbfea6f2ed
Author: Clworld <clworld@ggtea.org>
Date:   Sat,  3 Jun 2017 03:11:13 +0900

bump rails version in Gemfile: '~> 5.0.0' -> '~> 5.1.0' (#3523)


Diffstat:

MGemfile2+-
MGemfile.lock2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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.0.0' +gem 'rails', '~> 5.1.0' gem 'uglifier', '~> 3.2' gem 'hamlit-rails', '~> 0.2' diff --git a/Gemfile.lock b/Gemfile.lock @@ -528,7 +528,7 @@ DEPENDENCIES rack-attack (~> 5.0) rack-cors (~> 0.4) rack-timeout (~> 0.4) - rails (~> 5.0.0) + rails (~> 5.1.0) rails-controller-testing (~> 1.0) rails-i18n (~> 5.0) rails-settings-cached (~> 0.6)