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 81437bc commit b2c9e4eCopy full SHA for b2c9e4e
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- postgresql_cursor (0.6.3)
+ postgresql_cursor (0.6.4)
5
activerecord (>= 3.1.0)
6
7
GEM
lib/postgresql_cursor/version.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module PostgresqlCursor
- VERSION = "0.6.3"
+ VERSION = '0.6.4'
end
0 commit comments