Skip to content

Commit

Permalink
modulesync 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danifr committed Nov 6, 2023
1 parent 80817c2 commit 127e339
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .msync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

modulesync_config_version: '7.0.0'
modulesync_config_version: '7.1.0'
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ group :system_tests do
end

group :release do
gem 'github_changelog_generator', '>= 1.16.1', :require => false
gem 'voxpupuli-release', '~> 3.0', :require => false
gem 'faraday-retry', '~> 2.1', :require => false
gem 'voxpupuli-release', '~> 3.0', :require => false
end

gem 'rake', :require => false
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
end
end

require 'support/acceptance/constants'
require 'support/acceptance/constants.rb'
Dir['./spec/support/spec/**/*.rb'].sort.each { |f| require f }

0 comments on commit 127e339

Please sign in to comment.