Skip to content

Commit c44b1b1

Browse files
DevinCodesdaedric
andauthored
chore: drop support for older Ruby versions (#483)
* chore: update faraday dependency range * chore: dynamic versioning based on Ruby version * chore: drop support old Ruby versions * chore: remove old jRuby version * chore: revert jruby addition Co-authored-by: Thomas Sanchez <[email protected]>
1 parent a21928c commit c44b1b1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,14 @@ workflows:
131131
- test_ruby:
132132
matrix:
133133
parameters:
134-
version: ['2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0']
134+
version: ['2.4', '2.5', '2.6', '2.7', '3.0']
135135
filters:
136136
tags:
137137
only: /.*/
138138
- test_jruby:
139139
matrix:
140140
parameters:
141-
version: ['9.1', '9.2']
141+
version: ['9.2']
142142
filters:
143143
tags:
144144
only: /.*/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
## ✨ Features
2626

2727
- Thin & minimal low-level HTTP client to interact with Algolia's API
28-
- Supports Ruby `^2.2`.
28+
- Supports Ruby `^2.4`.
2929

3030
## 💡 Getting Started
3131

algolia.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Gem::Specification.new do |spec|
3737

3838
spec.add_dependency 'faraday', ['>= 0.15', '< 3']
3939
spec.add_dependency 'faraday-net_http_persistent', ['>= 0.15', '< 3']
40+
4041
spec.add_dependency 'multi_json', '~> 1.0'
4142
spec.add_dependency 'net-http-persistent'
4243

0 commit comments

Comments
 (0)