Skip to content

Commit

Permalink
dep: pin development dependencies, and enable dependabot for gems
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Aug 2, 2023
1 parent 6cca742 commit 39f34d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
- package-ecosystem: 'bundler'
directory: '/'
schedule:
interval: 'weekly'
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source "https://rubygems.org"

group :development do
gem "rake"
gem "rake", "13.0.6"
gem "rake-compiler", "1.2.3"
gem "test-unit"
gem "test-unit-ruby-core"
gem "test-unit", "3.6.1"
gem "test-unit-ruby-core", "1.0.1"
end

0 comments on commit 39f34d5

Please sign in to comment.