Mercurial > rsstweet
comparison Gemfile @ 185:f67f3ad50270
Update to latest rails and gems
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 14 Jul 2019 15:38:04 +0900 |
parents | 0c101c8169e4 |
children | 1b2dbba1e119 |
comparison
equal
deleted
inserted
replaced
184:a35c2733552f | 185:f67f3ad50270 |
---|---|
1 source "https://rubygems.org" | 1 source "https://rubygems.org" |
2 | 2 |
3 rails_ver = "~> 5.2.0" | 3 rails_ver = "~> 6.0.0.rc1" |
4 gem "actionview", rails_ver | 4 gem "actionview", rails_ver |
5 gem "railties", rails_ver | 5 gem "railties", rails_ver |
6 gem "actionpack", rails_ver | 6 gem "actionpack", rails_ver |
7 | 7 |
8 gem "redis-rails" | 8 gem "redis-rails" |