We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7475435 commit 2586341Copy full SHA for 2586341
README.md
@@ -54,7 +54,7 @@ Install & Usage
54
[Add this gem to your Gemfile as recommended by Rubygems](http://rubygems.org/gems/roadie) and run `bundle install`.
55
56
```ruby
57
-gem 'roadie', '~> 4.0'
+gem 'roadie', '~> 5.2'
58
```
59
60
You can then create a new instance of a Roadie document:
lib/roadie/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Roadie
4
- VERSION = "5.1.0"
+ VERSION = "5.2.0"
5
end
0 commit comments