Skip to content

Commit

Permalink
Bump d3-rails from 5.9.2 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [d3-rails](https://github.com/iblue/d3-rails) from 5.9.2 to 7.0.0.
- [Release notes](https://github.com/iblue/d3-rails/releases)
- [Changelog](https://github.com/iblue/d3-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/iblue/d3-rails/commits/7.0.0)

---
updated-dependencies:
- dependency-name: d3-rails
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 19, 2021
1 parent 5e0b088 commit c30c319
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ gem 'medium-editor-rails'

# Graphs & Charts
gem 'chartkick'
gem 'd3-rails', '~> 5.9.2' # used for spider charts
gem 'd3-rails', '~> 7.0.0' # used for spider charts

# Analytics
gem 'slack-notifier'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ GEM
connection_pool (2.2.5)
crass (1.0.6)
csv (3.2.0)
d3-rails (5.9.2)
d3-rails (7.0.0)
railties (>= 3.1)
database_cleaner (2.0.1)
database_cleaner-active_record (~> 2.0.0)
Expand Down Expand Up @@ -1643,7 +1643,7 @@ DEPENDENCIES
codeclimate-test-reporter
coffee-rails
csv
d3-rails (~> 5.9.2)
d3-rails (~> 7.0.0)
database_cleaner
dateslices
devise
Expand Down

0 comments on commit c30c319

Please sign in to comment.