Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 committed Aug 18, 2021
1 parent 18a11e0 commit ae334d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ group :development do
# Vagrant environment itself using `vagrant plugin`.
gem 'vagrant', git: 'https://github.com/hashicorp/vagrant.git', branch: 'main'

# Switch back to the upstream after this PR is merged: https://github.com/hashicorp/vagrant-spec/pull/43
gem 'vagrant-spec', git: 'https://github.com/legal90/vagrant-spec.git', branch: 'fix-synced-folder-after-reboot'
gem 'vagrant-spec', git: 'https://github.com/hashicorp/vagrant-spec.git', branch: 'main'
end
4 changes: 2 additions & 2 deletions vagrant-parallels.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Gem::Specification.new do |spec|

# Constraint rake to properly handle deprecated method usage
# from within rspec
spec.add_development_dependency 'rake', '~> 12.3.3'
spec.add_development_dependency 'rspec', '~> 3.5.0'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.10.0'
spec.add_development_dependency 'rspec-its', '~> 1.3.0'

spec.files = Dir['lib/**/*', 'locales/**/*', 'README.md', 'CHANGELOG.md', 'LICENSE.txt']
Expand Down

0 comments on commit ae334d7

Please # to comment.