Skip to content

Commit 6e4f0ee

Browse files
committed
Update minimum Rails dependency to working version.
1 parent 4e7a517 commit 6e4f0ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# react-rails
99

1010

11-
`react-rails` makes it easy to use [React](http://facebook.github.io/react/) and [JSX](http://facebook.github.io/react/docs/jsx-in-depth.html) in your Ruby on Rails (3.1+) application. `react-rails` can:
11+
`react-rails` makes it easy to use [React](http://facebook.github.io/react/) and [JSX](http://facebook.github.io/react/docs/jsx-in-depth.html) in your Ruby on Rails (3.2+) application. `react-rails` can:
1212

1313
- Provide [various `react` builds](#reactjs-builds) to your asset bundle
1414
- Transform [`.jsx` in the asset pipeline](#jsx)

react-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
2828
s.add_dependency 'coffee-script-source', '~>1.8'
2929
s.add_dependency 'connection_pool'
3030
s.add_dependency 'execjs'
31-
s.add_dependency 'rails', '>= 3.1'
31+
s.add_dependency 'rails', '>= 3.2'
3232
s.add_dependency 'tilt'
3333

3434
s.files = Dir[

test/dummy/config/initializers/secret_token.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# if you're sharing your code publicly.
1212
Dummy::Application.config.secret_key_base = '43fa5672451bbd0a171668e625edc433eb00eeeb14c2606546e262e499ab853cfb532998d4809abe5019bf13888863e3a2c7d5cf7757de7a2b1fb50826d9874e'
1313

14-
# for rails 3.1 & 3.2
14+
# For Rails 3.2.
1515
Dummy::Application.config.secret_token = Dummy::Application.config.secret_key_base

0 commit comments

Comments
 (0)