Mercurial > rsstweet
comparison Gemfile @ 35:6267a4188c05
Welcome to rails 4.2.
author | edogawaconan <me@myconan.net> |
---|---|
date | Thu, 11 Dec 2014 15:38:23 +0900 |
parents | e679ce4f73dd |
children | 75569f468f84 |
comparison
equal
deleted
inserted
replaced
34:e679ce4f73dd | 35:6267a4188c05 |
---|---|
1 source "https://rubygems.org" | 1 source "https://rubygems.org" |
2 | 2 |
3 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | 3 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' |
4 # gem "rails", "~> 4.1.4" | 4 # gem "rails", "~> 4.1.4" |
5 | 5 |
6 rails_ver = "~> 4.1.4" | 6 rails_ver = "~> 4.2.0.rc2" |
7 gem "actionview", rails_ver | 7 gem "actionview", rails_ver |
8 gem "railties", rails_ver | 8 gem "railties", rails_ver |
9 gem "actionpack", rails_ver | 9 gem "actionpack", rails_ver |
10 | 10 |
11 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | 11 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder |