We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299c011 commit 7481411Copy full SHA for 7481411
Gemfile.lock
@@ -22,7 +22,7 @@ GIT
22
PATH
23
remote: .
24
specs:
25
- enum_machine (2.0.1)
+ enum_machine (2.1.0)
26
activemodel
27
activerecord
28
activesupport
lib/enum_machine/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module EnumMachine
4
- VERSION = "2.0.1"
+ VERSION = "2.1.0"
5
end
0 commit comments