10000 Bump jasmine-core from 2.9.1 to 2.99.2 in /gemfiles/rails_52 by dependabot-preview[bot] · Pull Request #5909 · activeadmin/activeadmin · GitHub
[go: up one dir, main page]

Skip to content

Bump jasmine-core from 2.9.1 to 2.99.2 in /gemfiles/rails_52 #5909

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

Merged
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
2 changes: 1 addition & 1 deletion gemfiles/rails_52/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ group :test do
gem 'cucumber'
gem 'database_cleaner'
gem 'jasmine'
gem 'jasmine-core', '2.9.1' # last release with Ruby 2.2 support.
gem 'jasmine-core', '2.99.2' # last release with Ruby 2.2 support.
gem 'launchy'
gem 'parallel_tests', '~> 2.26'
gem 'rails-i18n' # Provides default i18n for many languages
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_52/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ GEM
phantomjs
rack (>= 1.2.1)
rake
jasmine-core (2.9.1)
jasmine-core (2.99.2)
jdbc-sqlite3 (3.28.0)
jquery-rails (4.3.5)
rails-dom-testing (>= 1, < 3)
Expand Down Expand Up @@ -343,7 +343,7 @@ DEPENDENCIES
devise (~> 4.7)
draper (~> 3.1)
jasmine
jasmine-core (= 2.9.1)
jasmine-core (= 2.99.2)
jruby-openssl (~> 0.10.1)
launchy
parallel_tests (~> 2.26)
Expand Down
0