Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f9631b8

Browse files
[DOCS] Updates README
1 parent 77ebcef commit f9631b8

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

‎README.md‎

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# Elasticsearch Rails
22

3-
[![Ruby 2.7](https://github.com/elastic/elasticsearch-rails/workflows/Ruby%202.7/badge.svg)](https://github.com/elastic/elasticsearch-rails/actions)
4-
[![Ruby 2.6](https://github.com/elastic/elasticsearch-rails/workflows/Ruby%202.6/badge.svg)](https://github.com/elastic/elasticsearch-rails/actions)
5-
[![Ruby 2.5](https://github.com/elastic/elasticsearch-rails/workflows/Ruby%202.5/badge.svg)](https://github.com/elastic/elasticsearch-rails/actions)
6-
[![Ruby 2.4](https://github.com/elastic/elasticsearch-rails/workflows/Ruby%202.4/badge.svg)](https://github.com/elastic/elasticsearch-rails/actions)
7-
[![JRuby](https://github.com/elastic/elasticsearch-rails/workflows/JRuby/badge.svg)](https://github.com/elastic/elasticsearch-rails/actions)
8-
[![Code Climate](https://codeclimate.com/github/elastic/elasticsearch-rails/badges/gpa.svg)](https://codeclimate.com/github/elastic/elasticsearch-rails)
3+
[![Ruby tests](https://github.com/elastic/elasticsearch-rails/actions/workflows/tests.yml/badge.svg)](https://github.com/elastic/elasticsearch-rails/actions/workflows/tests.yml)
4+
[![JRuby tests](https://github.com/elastic/elasticsearch-rails/actions/workflows/jruby.yml/badge.svg)](https://github.com/elastic/elasticsearch-rails/actions/workflows/jruby.yml)
95

106
This repository contains various Ruby and Rails integrations for [Elasticsearch](http://elasticsearch.org):
117

@@ -29,28 +25,23 @@ Install each library from [Rubygems](https://rubygems.org/gems/elasticsearch):
2925
gem install elasticsearch-model
3026
gem install elasticsearch-rails
3127

32-
To use an unreleased version, add it to your `Gemfile` for [Bundler](http://bundler.io):
33-
34-
```ruby
35-
gem 'elasticsearch-model', github: 'elastic/elasticsearch-rails', branch: '5.x'
36-
gem 'elasticsearch-rails', github: 'elastic/elasticsearch-rails', branch: '5.x'
37-
```
38-
3928
## Compatibility
4029

41-
The libraries are compatible with Ruby 2.4 and higher.
30+
The libraries are compatible with Ruby 3.0 and higher.
4231

4332
We follow Ruby’s own maintenance policy and officially support all currently maintained versions per [Ruby Maintenance Branches](https://www.ruby-lang.org/en/downloads/branches/).
4433

45-
The version numbers follow the Elasticsearch major versions. Currently the `main` branch is compatible with version `7.x` of the Elasticsearch stack. **We haven't tested and updated the code for Elasticsearch `8.0` yet**.
34+
The version numbers follow the Elasticsearch major versions. Currently the `main` branch is compatible with version `8.x` of the Elasticsearch stack.
4635

4736
| Rubygem | | Elasticsearch |
4837
|:-------------:|:-:| :-----------: |
4938
| 0.1 || 1.x |
5039
| 2.x || 2.x |
5140
| 5.x || 5.x |
5241
| 6.x || 6.x |
53-
| main || 7.x |
42+
| 7.x || 7.x |
43+
| 8.x || 8.x |
44+
| main || 8.x |
5445

5546
Check out [Elastic product end of life dates](https://www.elastic.co/support/eol) to learn which releases are still actively supported and tested.
5647

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /