... | ... | @@ -13,7 +13,6 @@ Fully compatible with `schema.rb` and 100% plug-and-play, with optional configur |
|
|
|
|
|
To install torque-postgresql you need to add the following to your Gemfile:
|
|
|
```ruby
|
|
|
gem 'torque-postgresql', '~> 1.1' # For Rails < 6.0
|
|
|
gem 'torque-postgresql', '~> 2.0' # For Rails >= 6.0 < 6.1
|
|
|
gem 'torque-postgresql', '~> 2.0.4' # For Rails >= 6.1
|
|
|
gem 'torque-postgresql', '~> 3.0' # For Rails >= 7.0
|
... | ... | |