Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies to allow for Rails 7.1 #92

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.1] - 2024-05-16
### Changed
- Rails 7.1 compatibility

## [1.1.0] - 2023-05-02
### Changed
- Updated the max elasticsearch dependency version to < 8.7
Expand Down
80 changes: 49 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,55 +1,72 @@
PATH
remote: .
specs:
es-elasticity (1.1.0)
activemodel (>= 5.2.0, < 7.1)
activerecord (>= 5.2.0, < 7.1)
activesupport (>= 5.2.0, < 7.1)
es-elasticity (1.1.1)
activemodel (>= 5.2.0, < 7.2)
activerecord (>= 5.2.0, < 7.2)
activesupport (>= 5.2.0, < 7.2)
elastic-transport (>= 8.0, < 8.7)
elasticsearch (>= 7, < 8.7)

GEM
remote: https://artifacts.dox.support/repository/gems/
specs:
activemodel (7.0.4.3)
activesupport (= 7.0.4.3)
activerecord (7.0.4.3)
activemodel (= 7.0.4.3)
activesupport (= 7.0.4.3)
activesupport (7.0.4.3)
activemodel (7.1.3.3)
activesupport (= 7.1.3.3)
activerecord (7.1.3.3)
activemodel (= 7.1.3.3)
activesupport (= 7.1.3.3)
timeout (>= 0.4.0)
activesupport (7.1.3.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
byebug (11.0.1)
base64 (0.2.0)
bigdecimal (3.1.8)
byebug (11.1.3)
codeclimate-test-reporter (1.0.9)
simplecov (<= 0.13)
coderay (1.1.2)
concurrent-ruby (1.2.2)
diff-lcs (1.3)
elastic-transport (8.2.1)
coderay (1.1.3)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
diff-lcs (1.5.1)
drb (2.2.1)
elastic-transport (8.3.2)
faraday (< 3)
multi_json
elasticsearch (8.6.0)
elastic-transport (~> 8)
elasticsearch-api (= 8.6.0)
elasticsearch-api (8.6.0)
multi_json
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
i18n (1.13.0)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
i18n (1.14.5)
concurrent-ruby (~> 1.0)
method_source (0.9.2)
minitest (5.18.0)
method_source (1.1.0)
minitest (5.23.0)
multi_json (1.15.0)
oj (3.10.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
mutex_m (0.2.0)
net-http (0.4.1)
uri
oj (3.16.3)
bigdecimal (>= 3.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
rake (10.5.0)
redis (4.1.3)
redis (5.2.0)
redis-client (>= 0.22.0)
redis-client (0.22.1)
connection_pool
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
Expand All @@ -62,16 +79,17 @@ GEM
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec-support (3.1.2)
rspec_junit_formatter (0.4.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
ruby2_keywords (0.0.5)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
timecop (0.9.5)
timecop (0.9.8)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (0.13.0)

PLATFORMS
ruby
Expand All @@ -91,4 +109,4 @@ DEPENDENCIES
timecop

BUNDLED WITH
2.4.3
2.3.4
6 changes: 3 additions & 3 deletions es-elasticity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "simplecov", "~> 0.7.1"
spec.add_development_dependency "timecop"

spec.add_dependency "activemodel", ">= 5.2.0", "< 7.1"
spec.add_dependency "activerecord", ">= 5.2.0", "< 7.1"
spec.add_dependency "activesupport", ">= 5.2.0", "< 7.1"
spec.add_dependency "activemodel", ">= 5.2.0", "< 7.2"
spec.add_dependency "activerecord", ">= 5.2.0", "< 7.2"
spec.add_dependency "activesupport", ">= 5.2.0", "< 7.2"
spec.add_dependency "elasticsearch", ">= 7", "< 8.7"
spec.add_dependency "elastic-transport", ">= 8.0", "< 8.7"
end
2 changes: 1 addition & 1 deletion lib/elasticity/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Elasticity
VERSION = "1.1.0"
VERSION = "1.1.1"
end
Binary file removed vendor/cache/activemodel-7.0.4.3.gem
Binary file not shown.
Binary file added vendor/cache/activemodel-7.1.3.3.gem
Binary file not shown.
Binary file removed vendor/cache/activerecord-7.0.4.3.gem
Binary file not shown.
Binary file added vendor/cache/activerecord-7.1.3.3.gem
Binary file not shown.
Binary file removed vendor/cache/activesupport-7.0.4.3.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-7.1.3.3.gem
Binary file not shown.
Binary file added vendor/cache/base64-0.2.0.gem
Binary file not shown.
Binary file added vendor/cache/bigdecimal-3.1.8.gem
Binary file not shown.
Binary file removed vendor/cache/byebug-11.0.1.gem
Binary file not shown.
Binary file added vendor/cache/byebug-11.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/coderay-1.1.2.gem
Binary file not shown.
Binary file added vendor/cache/coderay-1.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/concurrent-ruby-1.2.2.gem
Binary file not shown.
Binary file added vendor/cache/concurrent-ruby-1.2.3.gem
Binary file not shown.
Binary file added vendor/cache/connection_pool-2.4.1.gem
Binary file not shown.
Binary file removed vendor/cache/diff-lcs-1.3.gem
Binary file not shown.
Binary file added vendor/cache/diff-lcs-1.5.1.gem
Binary file not shown.
Binary file added vendor/cache/drb-2.2.1.gem
Binary file not shown.
Binary file removed vendor/cache/elastic-transport-8.2.1.gem
Binary file not shown.
Binary file added vendor/cache/elastic-transport-8.3.2.gem
Binary file not shown.
Binary file removed vendor/cache/faraday-2.7.4.gem
Binary file not shown.
Binary file added vendor/cache/faraday-2.9.0.gem
Binary file not shown.
Binary file removed vendor/cache/faraday-net_http-3.0.2.gem
Binary file not shown.
Binary file added vendor/cache/faraday-net_http-3.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/i18n-1.13.0.gem
Binary file not shown.
Binary file added vendor/cache/i18n-1.14.5.gem
Binary file not shown.
Binary file removed vendor/cache/method_source-0.9.2.gem
Binary file not shown.
Binary file added vendor/cache/method_source-1.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/minitest-5.18.0.gem
Binary file not shown.
Binary file added vendor/cache/minitest-5.23.0.gem
Binary file not shown.
Binary file added vendor/cache/mutex_m-0.2.0.gem
Binary file not shown.
Binary file added vendor/cache/net-http-0.4.1.gem
Binary file not shown.
Binary file removed vendor/cache/oj-3.10.0.gem
Binary file not shown.
Binary file added vendor/cache/oj-3.16.3.gem
Binary file not shown.
Binary file removed vendor/cache/pry-0.12.2.gem
Binary file not shown.
Binary file added vendor/cache/pry-0.14.2.gem
Binary file not shown.
Binary file removed vendor/cache/redis-4.1.3.gem
Binary file not shown.
Binary file added vendor/cache/redis-5.2.0.gem
Binary file not shown.
Binary file added vendor/cache/redis-client-0.22.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec_junit_formatter-0.4.1.gem
Binary file not shown.
Binary file added vendor/cache/rspec_junit_formatter-0.6.0.gem
Binary file not shown.
Binary file removed vendor/cache/ruby2_keywords-0.0.5.gem
Binary file not shown.
Binary file removed vendor/cache/timecop-0.9.5.gem
Binary file not shown.
Binary file added vendor/cache/timecop-0.9.8.gem
Binary file not shown.
Binary file added vendor/cache/timeout-0.4.1.gem
Binary file not shown.
Binary file added vendor/cache/uri-0.13.0.gem
Binary file not shown.