We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19b276 commit 3255e71Copy full SHA for 3255e71
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- shakapacker (8.0.1)
+ shakapacker (8.0.2)
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 = "8.0.1".freeze
+ VERSION = "8.0.2".freeze
end
package.json
@@ -1,6 +1,6 @@
{
"name": "shakapacker",
- "version": "8.0.1",
+ "version": "8.0.2",
"description": "Use webpack to manage app-like JavaScript modules in Rails",
"homepage": "https://github.com/shakacode/shakapacker",
"bugs": {
0 commit comments