Skip to content

Commit

Permalink
Update enumerize requirement from ~> 2.7.0 to >= 2.7, < 2.9
Browse files Browse the repository at this point in the history
Updates the requirements on [enumerize](https://github.com/brainspec/enumerize) to permit the latest version.
- [Release notes](https://github.com/brainspec/enumerize/releases)
- [Changelog](https://github.com/brainspec/enumerize/blob/master/CHANGELOG.md)
- [Commits](brainspec/enumerize@v2.7.0...v2.8.0)

---
updated-dependencies:
- dependency-name: enumerize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 18, 2024
1 parent a69ca50 commit 3a52fb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Gemfile.lock
Expand Up @@ -8,7 +8,7 @@ PATH
country_select (~> 9.0)
draper (~> 4.0.2)
elasticsearch-rails (~> 7.2.0)
enumerize (~> 2.7.0)
enumerize (>= 2.7, < 2.9)
omniauth (~> 2.1.0)
omniauth-facebook (~> 9.0.0)
omniauth-identity (~> 3.0.9)
Expand Down Expand Up @@ -180,7 +180,7 @@ GEM
ruby2_keywords
drb (2.2.1)
elasticsearch-rails (7.2.1)
enumerize (2.7.0)
enumerize (2.8.0)
activesupport (>= 3.2)
erubi (1.12.0)
erubis (2.7.0)
Expand Down Expand Up @@ -257,6 +257,8 @@ GEM
nio4r (2.7.0)
nokogiri (1.16.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
racc (~> 1.4)
oauth (1.1.0)
oauth-tty (~> 1.0, >= 1.0.1)
snaky_hash (~> 2.0)
Expand Down Expand Up @@ -487,6 +489,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.0)
sync (0.5.0)
term-ansicolor (1.7.2)
Expand Down Expand Up @@ -521,6 +524,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-linux

DEPENDENCIES
brakeman (~> 6.0)
Expand Down
2 changes: 1 addition & 1 deletion socializer.gemspec
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency("country_select", "~> 9.0")
spec.add_runtime_dependency("draper", "~> 4.0.2")
spec.add_runtime_dependency("elasticsearch-rails", "~> 7.2.0")
spec.add_runtime_dependency("enumerize", "~> 2.7.0")
spec.add_runtime_dependency("enumerize", ">= 2.7", "< 2.9")
# spec.add_runtime_dependency("jquery-rails", "~> 4.3.3")
# Added "jquery-ui-rails" for drag and drop
# spec.add_runtime_dependency("jquery-ui-rails", "~> 7.0.0")
Expand Down

0 comments on commit 3a52fb3

Please sign in to comment.