We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent facc411 commit 1b72037Copy full SHA for 1b72037
Gemfile.lock
@@ -8,7 +8,7 @@ GIT
8
PATH
9
remote: .
10
specs:
11
- proforma (0.9.0)
+ proforma (0.9.1)
12
activemodel (>= 5.2.3, < 8.0.0)
13
activesupport (>= 5.2.3, < 8.0.0)
14
nokogiri (>= 1.10.2, < 2.0.0)
lib/proforma/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Proforma
4
- VERSION = '0.9.0'
+ VERSION = '0.9.1'
5
end
0 commit comments