Skip to content

Commit

Permalink
Merge pull request #437 from Parallels/update-deps
Browse files Browse the repository at this point in the history
Update Ruby dependencies
  • Loading branch information
legal90 authored Mar 22, 2023
2 parents 4f063a8 + 08a97d3 commit db3bf3c
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 71 deletions.
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ $ cd vagrant-parallels

### Dependencies and Unit Tests

To hack on our plugin, you'll need a [Ruby interpreter](https://www.ruby-lang.org/en/downloads/)
(>= 2.0) and [Bundler](https://bundler.io/) which can be installed with a simple
To hack on our plugin, you'll need a [Ruby interpreter](https://www.ruby-lang.org/en/downloads/)
(>= 3.0) and [Bundler](https://bundler.io/) which can be installed with a simple
`gem install bundler`. Afterwards, do the following:

```
Expand Down
3 changes: 2 additions & 1 deletion vagrant-parallels.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/Parallels/vagrant-parallels'
spec.license = 'MIT'

spec.required_ruby_version = '>= 3.0', '< 3.3'
spec.required_rubygems_version = '>= 1.3.6'
spec.rubyforge_project = 'vagrant-parallels'

Expand All @@ -21,7 +22,7 @@ Gem::Specification.new do |spec|
# Constraint rake to properly handle deprecated method usage
# from within rspec
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.10.0'
spec.add_development_dependency 'rspec', '~> 3.11'
spec.add_development_dependency 'rspec-its', '~> 1.3.0'

spec.files = Dir['lib/**/*', 'locales/**/*', 'README.md', 'CHANGELOG.md', 'LICENSE.txt']
Expand Down
2 changes: 1 addition & 1 deletion website/docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'less', '~> 2.6'
gem 'middleman', '~> 4.3.0'
gem 'middleman', '~> 4.4.0'
gem 'middleman-syntax', '~> 3.0'
gem 'middleman-deploy', '~> 2.0.0.pre.alpha'
gem 'rack-contrib', '~> 1.2'
Expand Down
118 changes: 61 additions & 57 deletions website/docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,119 +1,123 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.4.4)
activesupport (7.0.4.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
backports (3.18.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
backports (3.24.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
commonjs (0.2.7)
concurrent-ruby (1.1.7)
contracts (0.13.0)
dotenv (2.7.6)
concurrent-ruby (1.2.2)
contracts (0.17)
dotenv (2.8.1)
erubis (2.7.0)
execjs (2.7.0)
fast_blank (1.0.0)
fastimage (2.2.0)
ffi (1.13.1)
haml (5.1.2)
execjs (2.8.1)
fast_blank (1.0.1)
fastimage (2.2.6)
ffi (1.15.5)
haml (5.2.2)
temple (>= 0.8.0)
tilt
hamster (3.0.0)
concurrent-ruby (~> 1.0)
hashie (3.6.0)
i18n (0.9.5)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
kramdown (2.3.1)
kramdown (2.4.0)
rexml
less (2.6.0)
commonjs (~> 0.2.7)
libv8 (3.16.14.19)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
memoist (0.16.2)
middleman (4.3.10)
middleman (4.4.3)
coffee-script (~> 2.2)
haml (>= 4.0.5)
haml (>= 4.0.5, < 6.0)
kramdown (>= 2.3.0)
middleman-cli (= 4.3.10)
middleman-core (= 4.3.10)
middleman-cli (4.3.10)
middleman-cli (= 4.4.3)
middleman-core (= 4.4.3)
middleman-cli (4.4.3)
thor (>= 0.17.0, < 2.0)
middleman-core (4.3.10)
activesupport (>= 4.2, < 6.0)
addressable (~> 2.3)
middleman-core (4.4.3)
activesupport (>= 6.1, < 7.1)
addressable (~> 2.4)
backports (~> 3.6)
bundler
contracts (~> 0.13.0)
bundler (~> 2.0)
contracts (~> 0.13)
dotenv
erubis
execjs (~> 2.0)
fast_blank
fastimage (~> 2.0)
hamster (~> 3.0)
hashie (~> 3.4)
i18n (~> 0.9.0)
listen (~> 3.0.0)
i18n (~> 1.6.0)
listen (~> 3.0)
memoist (~> 0.14)
padrino-helpers (~> 0.13.0)
padrino-helpers (~> 0.15.0)
parallel
rack (>= 1.4.5, < 3)
sassc (~> 2.0)
servolux
tilt (~> 2.0.9)
toml
uglifier (~> 3.0)
webrick
middleman-deploy (2.0.0.pre.alpha)
middleman-core (>= 3.2)
net-sftp
ptools
middleman-syntax (3.2.0)
middleman-syntax (3.3.0)
middleman-core (>= 3.2)
rouge (~> 3.2)
minitest (5.14.2)
net-sftp (3.0.0)
net-ssh (>= 5.0.0, < 7.0.0)
net-ssh (6.1.0)
padrino-helpers (0.13.3.4)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.13.3.4)
minitest (5.18.0)
net-sftp (4.0.0)
net-ssh (>= 5.0.0, < 8.0.0)
net-ssh (7.1.0)
padrino-helpers (0.15.3)
i18n (>= 0.6.7, < 2)
padrino-support (= 0.15.3)
tilt (>= 1.4.1, < 3)
padrino-support (0.13.3.4)
activesupport (>= 3.1)
parallel (1.19.2)
ptools (1.4.0)
public_suffix (4.0.6)
padrino-support (0.15.3)
parallel (1.22.1)
parslet (2.0.0)
ptools (1.5.0)
public_suffix (5.0.1)
rack (2.2.6.4)
rack-contrib (1.2.0)
rack (>= 0.9.1)
rb-fsevent (0.10.4)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.5.1)
redcarpet (3.6.0)
ref (2.0.0)
rexml (3.2.5)
rouge (3.23.0)
rouge (3.30.0)
sassc (2.4.0)
ffi (~> 1.9)
servolux (0.13.0)
temple (0.8.2)
temple (0.10.0)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.10)
thread_safe (~> 0.1)
thor (1.2.1)
tilt (2.0.11)
toml (0.3.0)
parslet (>= 1.8.0, < 3.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
webrick (1.8.1)

PLATFORMS
ruby
Expand All @@ -122,7 +126,7 @@ DEPENDENCIES
activesupport (>= 5.2.4.3)
kramdown (>= 2.3.0)
less (~> 2.6)
middleman (~> 4.3.0)
middleman (~> 4.4.0)
middleman-deploy (~> 2.0.0.pre.alpha)
middleman-syntax (~> 3.0)
rack (~> 2.2.6)
Expand All @@ -131,4 +135,4 @@ DEPENDENCIES
therubyracer (~> 0.12)

BUNDLED WITH
1.17.3
2.4.9

0 comments on commit db3bf3c

Please sign in to comment.