There was an error while loading. Please reload this page.
1 parent eded5af commit 715eee5Copy full SHA for 715eee5
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- react-rails (2.7.0.rc.2)
+ react-rails (2.7.0)
5
babel-transpiler (>= 0.7.0)
6
connection_pool
7
execjs
lib/react/rails/version.rb
@@ -2,6 +2,6 @@ module React
module Rails
# If you change this, make sure to update VERSIONS.md
# and republish the UJS by updating package.json and `bundle exec rake ujs:publish`
- VERSION = '2.7.0.rc.2'
+ VERSION = '2.7.0'
end
package.json
@@ -1,6 +1,6 @@
{
"name": "react_ujs",
- "version": "2.7.0-rc.2",
+ "version": "2.7.0",
"description": "Rails UJS for the react-rails gem",
"main": "react_ujs/index.js",
"files": [
0 commit comments