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 fc9d298 commit 8041a74Copy full SHA for 8041a74
Gemfile.lock
@@ -1,8 +1,8 @@
1
PATH
2
remote: .
3
specs:
4
- action-store (1.1.1)
5
- rails (>= 5.2, < 7)
+ action-store (1.1.2)
+ rails (>= 5.2)
6
7
GEM
8
remote: https://rubygems.org/
lib/action_store/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ActionStore
- VERSION = "1.1.1"
+ VERSION = "1.1.2"
end
0 commit comments