Skip to content

Commit 27057c6

Browse files
Bump guard-jasmine from 2.1.0 to 3.1.0
Bumps [guard-jasmine](https://github.com/guard/guard-jasmine) from 2.1.0 to 3.1.0. - [Release notes](https://github.com/guard/guard-jasmine/releases) - [Changelog](https://github.com/guard/guard-jasmine/blob/master/CHANGELOG.md) - [Commits](guard/guard-jasmine@v2.1.0...v3.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f78795e commit 27057c6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ group :development, :test do
7171
gem 'rspec-collection_matchers'
7272
gem 'jasmine-rails'
7373
gem 'phantomjs', '1.9.7.1'
74-
gem 'guard-jasmine', '~> 2.0'
74+
gem 'guard-jasmine', '~> 3.1'
7575
# We can relax this brakeman dependency after we have deployed a hybrid
7676
# cookie serializer and allowed a chance for cookies to be stored as JSON.
7777
gem 'brakeman', '4.5.1', require: false

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ GEM
9191
capybara-webkit (1.15.1)
9292
capybara (>= 2.3, < 4.0)
9393
json
94-
childprocess (0.9.0)
95-
ffi (~> 1.0, >= 1.0.11)
94+
childprocess (1.0.1)
95+
rake (< 13.0)
9696
chronic (0.10.2)
9797
coderay (1.1.2)
9898
coffee-rails (5.0.0)
@@ -164,11 +164,11 @@ GEM
164164
shellany (~> 0.0)
165165
thor (>= 0.18.1)
166166
guard-compat (1.2.1)
167-
guard-jasmine (2.1.0)
168-
childprocess (~> 0.5)
167+
guard-jasmine (3.1.0)
168+
childprocess (~> 1.0)
169169
guard (~> 2.14)
170170
guard-compat (~> 1.2)
171-
jasmine (~> 2.4)
171+
jasmine (~> 3.1)
172172
multi_json (~> 1.12)
173173
thor (~> 0.19)
174174
tilt
@@ -189,12 +189,12 @@ GEM
189189
aroi (~> 0.0.7)
190190
dogstatsd-ruby (~> 4.2)
191191
statsd-ruby (~> 1.0)
192-
jasmine (2.99.0)
193-
jasmine-core (>= 2.99.0, < 3.0.0)
192+
jasmine (3.5.0)
193+
jasmine-core (~> 3.5.0)
194194
phantomjs
195195
rack (>= 1.2.1)
196196
rake
197-
jasmine-core (2.99.2)
197+
jasmine-core (3.5.0)
198198
jasmine-rails (0.15.0)
199199
jasmine-core (>= 1.3, < 4.0)
200200
phantomjs (>= 1.9)
@@ -222,7 +222,7 @@ GEM
222222
lti_provider_engine (1.1.0)
223223
ims-lti (~> 1.2)
224224
rails (>= 4.2, < 5.3)
225-
lumberjack (1.0.13)
225+
lumberjack (1.1.0)
226226
mail (2.7.1)
227227
mini_mime (>= 0.1.1)
228228
marcel (0.3.3)
@@ -307,7 +307,7 @@ GEM
307307
rake (>= 0.8.7)
308308
thor (>= 0.19.0, < 2.0)
309309
rainbow (3.0.0)
310-
rake (13.0.1)
310+
rake (12.3.3)
311311
rb-fsevent (0.10.3)
312312
rb-inotify (0.10.1)
313313
ffi (~> 1.0)
@@ -472,7 +472,7 @@ DEPENDENCIES
472472
database_cleaner
473473
factory_bot_rails
474474
font-awesome-rails (~> 4.7.0)
475-
guard-jasmine (~> 2.0)
475+
guard-jasmine (~> 3.1)
476476
guard-rspec
477477
httparty (~> 0.15)
478478
ims-lti (~> 1.0)

0 commit comments

Comments
 (0)