Skip to content

Commit

Permalink
Bump jasmine from 2.99.0 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [jasmine](https://github.com/jasmine/jasmine-gem) from 2.99.0 to 3.1.0.
- [Release notes](https://github.com/jasmine/jasmine-gem/releases)
- [Changelog](https://github.com/jasmine/jasmine-gem/blob/master/RELEASE.markdown)
- [Commits](jasmine/jasmine-gem@v2.99.0...v3.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Mar 23, 2018
1 parent 832eb8f commit 55fe791
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ group :development do
gem 'launchy'
gem 'sequel'
gem 'sqlite3'
gem 'jasmine', '< 3'
gem 'jasmine', '< 4'
gem 'simplecov', require: false
gem 'coveralls', require: false
end
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ GEM
fastimage (2.1.1)
ffi (1.9.23)
hikidoc (0.1.0)
jasmine (2.99.0)
jasmine-core (>= 2.99.0, < 3.0.0)
jasmine (3.1.0)
jasmine-core (= 3.1.0)
phantomjs
rack (>= 1.2.1)
rake
jasmine-core (2.99.2)
jasmine-core (3.1.0)
json (2.1.0)
launchy (2.4.3)
addressable (~> 2.3)
Expand Down Expand Up @@ -127,7 +127,7 @@ DEPENDENCIES
emot
fastimage
hikidoc
jasmine (< 3)
jasmine (< 4)
launchy
mail
octokit
Expand Down

0 comments on commit 55fe791

Please sign in to comment.