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

[Snyk] Fix for 1 vulnerabilities #4060

Closed
wants to merge 1 commit into from
Closed
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
50 changes: 25 additions & 25 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,45 @@ source 'https://rubygems.org'
# Core rails
gem 'bootsnap', require: false
gem 'listen'
gem 'rails', '=5.2.3'
gem 'rails', '= 5.2.4.2'
gem 'sprockets', '~>3.7.2'
gem 'sqlite3'

# Assets
gem 'coffee-rails', '~> 4.2.0'
gem 'coffee-rails', '~> 4.2.2'
gem 'jquery-datatables'
gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'react-rails'
gem 'sass-rails', '~> 5.0'
gem 'jquery-rails', '>= 4.3.5'
gem 'jquery-ui-rails', '>= 6.0.1'
gem 'react-rails', '>= 2.5.0'
gem 'sass-rails', '~> 5.0', '>= 5.0.7'
# Use the last known good version of sass
gem 'sass', '3.4.22'
gem 'sprockets-es6'
gem 'uglifier', '>= 1.3.0'
gem 'webpacker'
gem 'webpacker', '>= 4.0.2'

# Core Samvera
gem 'active-fedora', '~> 12.1'
gem 'active_fedora-datastreams', '~> 0.2.0'
gem 'fedora-migrate', git: 'https://github.com/avalonmediasystem/fedora-migrate.git', tag: 'avalon-r6.5'
gem 'hydra-head', '~> 10.6'
gem 'hydra-head', '~> 10.6', '>= 10.6.2'
gem 'noid-rails', '~> 3.0.1'
gem 'rdf-rdfxml'

# Samvera version pins
gem 'blacklight', '< 7.0'
gem 'blacklight', '~> 7.0'
gem 'rdf', '~> 2.2'
gem 'rsolr', '~> 1.0'

# Rails & Samvera Plugins
gem 'about_page', git: 'https://github.com/avalonmediasystem/about_page.git', tag: 'avalon-r6.5'
gem 'active_annotations', '~> 0.2.2'
gem 'activerecord-session_store'
gem 'activerecord-session_store', '>= 1.1.3'
gem 'acts_as_list'
gem 'api-pagination'
gem 'avalon-about', git: 'https://github.com/avalonmediasystem/avalon-about.git', tag: 'avalon-r6.4'
gem 'bootstrap-toggle-rails'
gem 'bootstrap_form'
gem 'bootstrap_form', '>= 4.2.0'
gem 'iiif_manifest', '~> 0.6'
gem 'rack-cors', require: 'rack/cors'
gem 'recaptcha', require: 'recaptcha/rails'
Expand All @@ -52,8 +52,8 @@ gem 'speedy-af', '~> 0.1.3'
gem 'avalon-workflow', git: "https://github.com/avalonmediasystem/avalon-workflow.git", tag: 'avalon-r6.5'

# Authentication & Authorization
gem 'devise', '~> 4.4'
gem 'devise_invitable', '~> 1.6'
gem 'devise', '~> 4.7', '>= 4.7.1'
gem 'devise_invitable', '~> 1.7', '>= 1.7.5'
gem 'ims-lti', '~> 1.1.13'
gem 'net-ldap'
gem 'omniauth-identity'
Expand All @@ -62,7 +62,7 @@ gem 'omniauth-lti', git: "https://github.com/avalonmediasystem/omniauth-lti.git"
# Media Access & Transcoding
gem 'active_encode', '~> 0.7.0'
gem 'audio_waveform-ruby', require: 'audio_waveform'
gem 'browse-everything', '~> 0.13.0'
gem 'browse-everything', '~> 0.13.1'
gem 'fastimage'
gem 'media_element_add_to_playlist', git: 'https://github.com/avalonmediasystem/media-element-add-to-playlist.git', tag: 'avalon-r6.5'
gem 'mediainfo', git: "https://github.com/avalonmediasystem/mediainfo.git", tag: 'avalon-r6.5'
Expand All @@ -77,7 +77,7 @@ gem 'marc'

# MediaElement.js & Plugins
gem 'mediaelement_rails', git: 'https://github.com/avalonmediasystem/mediaelement_rails.git', tag: 'avalon-r6_flash-fix'
gem 'media-element-logo-plugin'
gem 'media-element-logo-plugin', '>= 0.0.2'
gem 'media_element_thumbnail_selector', git: 'https://github.com/avalonmediasystem/media-element-thumbnail-selector', tag: 'avalon-r4'
gem 'mediaelement-hd-toggle', git:'https://github.com/avalonmediasystem/mediaelement-hd-toggle.git', tag: 'avalon-r6.3'
gem 'mediaelement-qualityselector', git:'https://github.com/avalonmediasystem/mediaelement-qualityselector.git', tag: 'avalon-r4'
Expand All @@ -87,7 +87,7 @@ gem 'mediaelement-track-scrubber', git: 'https://github.com/avalonmediasystem/me

# Jobs
gem 'activejob-traffic_control'
gem 'redis-rails'
gem 'redis-rails', '>= 5.0.2'
gem 'sidekiq', '~> 5.2.7'

# Coding Patterns
Expand All @@ -108,19 +108,19 @@ group :development do

# Use Bixby instead of rubocop directly
gem 'bixby', require: false
gem 'web-console'
gem 'xray-rails'
gem 'web-console', '>= 3.7.0'
gem 'xray-rails', '>= 0.3.2'
end

group :development, :test do
gem 'byebug'
gem 'dotenv-rails'
gem 'dotenv-rails', '>= 2.7.2'
gem 'equivalent-xml'
gem 'fcrepo_wrapper'
gem 'pry-byebug'
gem 'pry-rails'
gem 'rb-readline'
gem 'rspec-rails'
gem 'rspec-rails', '>= 3.8.2'
gem 'solr_wrapper', '>= 0.16'
end

Expand All @@ -129,11 +129,11 @@ group :test do
gem 'codeclimate-test-reporter'
gem 'database_cleaner'
gem 'email_spec'
gem 'factory_bot_rails'
gem 'factory_bot_rails', '>= 4.11.1'
gem 'fakefs', require: 'fakefs/safe'
gem 'faker'
gem 'hashdiff'
gem 'rails-controller-testing'
gem 'rails-controller-testing', '>= 1.0.4'
gem 'rspec-retry'
gem 'rspec_junit_formatter'
gem 'selenium-webdriver'
Expand All @@ -145,14 +145,14 @@ end

group :production do
gem 'google-analytics-rails', '1.1.0'
gem 'lograge'
gem 'lograge', '>= 0.11.0'
end

# Install the bundle --with aws when running on Amazon Elastic Beanstalk
group :aws, optional: true do
gem 'active_elastic_job', '~> 2.0'
gem 'active_elastic_job', '~> 2.0', '>= 2.0.1'
gem 'aws-sdk', '~> 2.0'
gem 'aws-sdk-rails'
gem 'aws-sdk-rails', '>= 1.0.1'
gem 'cloudfront-signer'
gem 'zk'
end
Expand Down