File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ Please attach version information to the ticket/post. To obtain this information
18
18
19
19
## Installation
20
20
21
- The library has been tested with MRI 3.0, 3. 1, 3.2 and 3.3. Supported platforms are Linux and MacOS.
21
+ The library has been tested with MRI 3.1, 3.2 and 3.3. Supported platforms are Linux and MacOS.
22
22
23
23
Add this line to your application's Gemfile:
24
24
25
25
``` ruby
26
- gem " couchbase" , " 3.5.2 "
26
+ gem " couchbase" , " 3.5.3 "
27
27
```
28
28
29
29
And then execute:
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ module Couchbase
21
21
# $ ruby -rcouchbase -e 'pp Couchbase::VERSION'
22
22
# {:sdk=>"3.4.0", :ruby_abi=>"3.1.0", :revision=>"416fe68e6029ec8a4c40611cf6e6b30d3b90d20f"}
23
23
VERSION = { } unless defined? ( VERSION ) # rubocop:disable Style/MutableConstant
24
- VERSION . update ( :sdk => "3.5.3.snapshot " )
24
+ VERSION . update ( :sdk => "3.5.3" )
25
25
end
You can’t perform that action at this time.
0 commit comments