Skip to content

Commit 1baa8f6

Browse files
committed
Simplify Ruby requirement
1 parent f5b215a commit 1baa8f6

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Query a vast range of data at scale, including web search results, flight schedu
1616

1717
## Installation
1818

19-
Ruby 2.7 and later are supported. To achieve an optimal performance, the latest version is recommended. Check 2.7.8 vs 3.4.4 [performance comparison](#Performance-Comparison).
19+
Ruby 2.7 and higher are supported. To achieve an optimal performance, the latest version is recommended. Check 2.7.8 vs 3.4.4 [performance comparison](#Performance-Comparison).
2020

2121
Other versions, such as Ruby 1.9, Ruby 2.x, and JRuby, are compatible with [legacy SerpApi library](https://github.com/serpapi/google-search-results-ruby), which is still supported. To upgrade to the latest library, check our [migration guide](#Migration-quick-guide).
2222

@@ -1094,10 +1094,8 @@ Most notable improvements:
10941094
- Better documentation.
10951095

10961096
## Supported Ruby version.
1097-
Ruby versions validated by Github Actions:
1098-
- 3.1
1099-
- 3.4
1100-
* doc: [Github Actions.](https://github.com/serpapi/serpapi-ruby/actions/workflows/ci.yml)
1097+
1098+
Ruby 2.7 and higher is supported.
11011099

11021100
## Developer Guide
11031101
### Key goals

0 commit comments

Comments
 (0)