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

Commit

Permalink
Fix back button issue Ref: reactjs/react-rails#159
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayBarot committed Mar 13, 2017
1 parent dddac06 commit 393aadc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -12,7 +12,7 @@ gem 'omniauth-twitter', '~> 1.2'
gem 'omniauth-google-oauth2', '~> 0.3.1'

# Front-end
gem 'react-rails', '~> 1.6'
gem 'react-rails', '~> 1.10'
gem 'bootstrap-sass', '~> 3.3.6'
gem 'sass-rails', '~> 5.0'
gem 'font-awesome-sass', '~> 4.5'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -303,12 +303,12 @@ GEM
ffi (>= 0.5.0)
rdoc (4.2.2)
json (~> 1.4)
react-rails (1.6.2)
react-rails (1.10.0)
babel-transpiler (>= 0.7.0)
coffee-script-source (~> 1.8)
connection_pool
execjs
rails (>= 3.2)
railties (>= 3.2)
tilt
redis (3.2.2)
require_all (1.3.3)
Expand Down Expand Up @@ -447,7 +447,7 @@ DEPENDENCIES
rails (= 4.2.6)
rails_12factor (= 0.0.2)
rails_best_practices (~> 1.15)
react-rails (~> 1.6)
react-rails (~> 1.10)
rspec-rails (~> 3.4.0)
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
Expand All @@ -466,4 +466,4 @@ RUBY VERSION
ruby 2.3.3p222

BUNDLED WITH
1.13.7
1.14.6

0 comments on commit 393aadc

Please sign in to comment.