Mercurial > rsstweet
comparison Gemfile @ 212:1b2dbba1e119
Update rails and other gems
author | nanaya <me@nanaya.pro> |
---|---|
date | Fri, 11 Dec 2020 03:33:37 +0900 |
parents | f67f3ad50270 |
children | ad6264cca788 |
comparison
equal
deleted
inserted
replaced
211:e07f6ea17deb | 212:1b2dbba1e119 |
---|---|
1 source "https://rubygems.org" | 1 source "https://rubygems.org" |
2 | 2 |
3 rails_ver = "~> 6.0.0.rc1" | 3 rails_ver = "~> 6.1.0" |
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" |