We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82964c commit 5152cd5Copy full SHA for 5152cd5
3 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- shakapacker (9.0.0.beta.8)
+ shakapacker (9.0.0.beta.9)
5
activesupport (>= 5.2)
6
package_json
7
rack-proxy (>= 0.6.1)
lib/shakapacker/version.rb
@@ -1,4 +1,4 @@
module Shakapacker
# Change the version in package.json too, please!
- VERSION = "9.0.0.beta.8".freeze
+ VERSION = "9.0.0.beta.9".freeze
end
package.json
@@ -1,6 +1,6 @@
{
"name": "shakapacker",
- "version": "9.0.0-beta.8",
+ "version": "9.0.0-beta.9",
"description": "Use webpack to manage app-like JavaScript modules in Rails",
"homepage": "https://github.com/shakacode/shakapacker",
"bugs": {
0 commit comments