Skip to content

Commit

Permalink
Bump resque, omniauth, capybara, jasmine, alto_guisso_rails, sass-rai…
Browse files Browse the repository at this point in the history
…ls, omniauth-openid, resque-scheduler and redis

Bumps [resque](https://github.com/resque/resque), [omniauth](https://github.com/omniauth/omniauth), [capybara](https://github.com/teamcapybara/capybara), [jasmine](https://github.com/jasmine/jasmine-gem), [alto_guisso_rails](https://github.com/instedd/alto_guisso_rails), [sass-rails](https://github.com/rails/sass-rails), [omniauth-openid](https://github.com/intridea/omniauth-openid), [resque-scheduler](https://github.com/resque/resque-scheduler) and [redis](https://github.com/redis/redis-rb). These dependencies needed to be updated together.

Updates `resque` from 1.27.4 to 2.6.0
- [Release notes](https://github.com/resque/resque/releases)
- [Changelog](https://github.com/resque/resque/blob/master/HISTORY.md)
- [Commits](resque/resque@v1.27.4...v2.6.0)

Updates `omniauth` from 1.9.2 to 2.0.4
- [Release notes](https://github.com/omniauth/omniauth/releases)
- [Commits](omniauth/omniauth@v1.9.2...v2.0.4)

Updates `capybara` from 2.18.0 to 3.39.2
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](teamcapybara/capybara@2.18.0...3.39.2)

Updates `jasmine` from 2.7.0 to 3.8.0
- [Release notes](https://github.com/jasmine/jasmine-gem/releases)
- [Changelog](https://github.com/jasmine/jasmine-gem/blob/main/RELEASE.markdown)
- [Commits](jasmine/jasmine-gem@v2.7.0...v3.8.0)

Updates `alto_guisso_rails` from `3324e4e` to 0.0.2
- [Commits](https://github.com/instedd/alto_guisso_rails/commits)

Updates `sass-rails` from 4.0.5 to 6.0.0
- [Release notes](https://github.com/rails/sass-rails/releases)
- [Commits](rails/sass-rails@v4.0.5...v6.0.0)

Updates `omniauth-openid` from 1.0.1 to 2.0.1
- [Release notes](https://github.com/intridea/omniauth-openid/releases)
- [Commits](omniauth/omniauth-openid@v1.0.1...v2.0.1)

Updates `resque-scheduler` from 3.0.0 to 4.10.2
- [Release notes](https://github.com/resque/resque-scheduler/releases)
- [Changelog](https://github.com/resque/resque-scheduler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/resque/resque-scheduler/commits)

Updates `redis` from 3.3.5 to 5.0.8
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v3.3.5...v5.0.8)

---
updated-dependencies:
- dependency-name: resque
  dependency-type: direct:production
- dependency-name: omniauth
  dependency-type: direct:production
- dependency-name: capybara
  dependency-type: direct:development
- dependency-name: jasmine
  dependency-type: direct:development
- dependency-name: alto_guisso_rails
  dependency-type: direct:production
- dependency-name: sass-rails
  dependency-type: direct:production
- dependency-name: omniauth-openid
  dependency-type: direct:production
- dependency-name: resque-scheduler
  dependency-type: direct:production
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 3974045 commit 3757722
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 71 deletions.
16 changes: 8 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ gem 'rails', '~> 4.2.11'
gem "elasticsearch", '~> 1.0.17'
gem 'mysql2', '~> 0.3.17'
gem 'puma', '~> 3.11.4'
gem 'redis', '~> 3.1'
gem "resque", '~> 1.25', :require => "resque/server"
gem 'resque-scheduler', '~> 3.0.0'
gem 'redis', '~> 5.0'
gem "resque", '~> 2.6', :require => "resque/server"
gem 'resque-scheduler', '~> 4.10.2'

# exernal services
gem 'google-api-client', '~> 0.10'
Expand All @@ -20,8 +20,8 @@ gem "nuntium_api", "~> 0.13", :require => "nuntium"
# authentication/authorization
gem 'devise', '~> 3.3'
gem 'cancancan', '~> 1.9'
gem "omniauth", '~> 1.2'
gem "omniauth-openid", '~> 1.0'
gem "omniauth", '~> 2.0'
gem "omniauth-openid", '~> 2.0'
gem 'alto_guisso', :git => "https://github.com/instedd/alto_guisso", branch: 'master'
gem 'alto_guisso_rails', :git => "https://github.com/instedd/alto_guisso_rails", branch: 'master'

Expand Down Expand Up @@ -62,7 +62,7 @@ gem 'jquery-rails', "~> 2.0.2"
gem 'lodash-rails'
gem 'knockoutjs-rails', '~> 3.2.0'
gem 'rails-assets-knockout-sortable', :source => 'https://rails-assets.org'
gem 'sass-rails', '~> 4.0.1'
gem 'sass-rails', '~> 6.0.0'
gem 'uglifier', '>= 2.5.0'

# dependency fixes (to be removed)
Expand All @@ -75,7 +75,7 @@ group :development do
end

group :test do
gem 'capybara', '~> 2.18' # 3.x requires rack 1.6 but rails 4.1 requires 1.5
gem 'capybara', '~> 3.39' # 3.x requires rack 1.6 but rails 4.1 requires 1.5
gem 'database_cleaner'
gem 'faker'
gem 'machinist', '1.0.6'
Expand All @@ -90,7 +90,7 @@ end
group :test, :development do
# gem 'quiet_assets', '~> 1.1.0'
# gem 'guard-jasmine', '~> 2.0.6'
gem 'jasmine', '~> 2.7.0'
gem 'jasmine', '~> 3.8.0'
# gem 'memory_profiler'
# gem 'pry-byebug'
gem 'rspec-rails', '~> 3.4.0'
Expand Down
Loading

0 comments on commit 3757722

Please sign in to comment.