Skip to content
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.

Commit

Permalink
Update to rails 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Dec 20, 2014
1 parent 8986c51 commit c1673bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It stands for opinionated rails application templates. The templates include sol

## What version of Rails and Ruby are you targeting?

#### Rails 4.1.x and Ruby 2.1.x
#### Rails 4.2.x and Ruby 2.1.x

Gems will also be updated once they are proven to work on the target rails/ruby versions. The gems are locked using the pessimistic operator `~>` to ensure your installation works over time as long as rubygems.org's API is working.

Expand Down Expand Up @@ -43,7 +43,7 @@ Before running orats...
- [Postgres](https://wiki.postgresql.org/wiki/Detailed_installation_guides)
- [Redis](http://redis.io/topics/quickstart)
- Ruby 2.1.x - [chruby](https://github.com/postmodern/chruby) | [rbenv](https://github.com/sstephenson/rbenv) | [rvm](https://rvm.io/)
- Rails 4.1.x - `gem install rails -v '~> 4.1.4'`
- Rails 4.2.x - `gem install rails -v '~> 4.2.0'`

#### You should install

Expand Down
2 changes: 1 addition & 1 deletion lib/orats/templates/includes/new/rails/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '~> 4.2.0.rc3'
gem 'rails', '~> 4.2.0'
gem 'turbolinks', '~> 2.5.3'
gem 'jquery-rails', '~> 4.0.1'
gem 'jquery-turbolinks', '~> 2.1.0'
Expand Down

0 comments on commit c1673bb

Please sign in to comment.