We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10f592 commit 502c722Copy full SHA for 502c722
lib/pliny/version.rb
@@ -1,3 +1,3 @@
1
module Pliny
2
- VERSION = "0.22.0"
+ VERSION = "0.23.0"
3
end
lib/template/Gemfile
@@ -4,7 +4,7 @@ ruby "2.3.3"
4
gem "multi_json"
5
gem "oj"
6
gem "pg"
7
-gem "pliny", "~> 0.22"
+gem "pliny", "~> 0.23"
8
gem "pry"
9
gem "puma", "~> 3"
10
gem "rack-ssl"
0 commit comments