Compare commits

...

8 commits

Author SHA1 Message Date
Tyeth Gundry
2ff57efb93
Merge pull request #59 from adafruit/dependabot/bundler/webrick-1.8.2
Bump webrick from 1.8.1 to 1.8.2
2024-10-23 15:37:40 +01:00
Tyeth Gundry
b95fd2fd7f
Merge pull request #60 from adafruit/dependabot/bundler/rexml-3.3.6
Bump rexml from 3.3.3 to 3.3.6
2024-10-23 15:37:29 +01:00
dependabot[bot]
6aa552e795
Bump rexml from 3.3.3 to 3.3.6
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.3 to 3.3.6.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.3...v3.3.6)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-23 14:37:08 +00:00
dependabot[bot]
f025990b9b
Bump webrick from 1.8.1 to 1.8.2
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: webrick
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-23 14:37:07 +00:00
Tyeth Gundry
3ca4a754d9
Merge pull request #52 from adafruit/dependabot/bundler/nokogiri-1.16.5
Bump nokogiri from 1.15.6 to 1.16.5
2024-10-23 15:36:44 +01:00
Tyeth Gundry
839e5d7ae4
Merge pull request #54 from adafruit/dependabot/bundler/rexml-3.3.3
Bump rexml from 3.2.6 to 3.3.3
2024-10-23 15:36:17 +01:00
dependabot[bot]
48ba23a2f0
Bump rexml from 3.2.6 to 3.3.3
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.3.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.3.3)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-02 01:44:49 +00:00
dependabot[bot]
eeab88c473
Bump nokogiri from 1.15.6 to 1.16.5
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.6 to 1.16.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.15.6...v1.16.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 23:33:17 +00:00
2 changed files with 8 additions and 6 deletions

View file

@ -7,7 +7,7 @@ gem 'middleman', '~> 4.5.0'
gem 'middleman-autoprefixer', '~> 3.0.0'
gem 'middleman-sprockets', '~> 4.1.1'
gem 'middleman-syntax', '~> 3.2.0'
gem 'nokogiri', '~> 1.15.6'
gem 'nokogiri', '~> 1.16.5'
gem 'rack', '~> 2.2.8'
gem 'redcarpet', '~> 3.6.0'
gem 'rouge', '~> 3.30.0'

View file

@ -79,9 +79,9 @@ GEM
middleman-syntax (3.2.0)
middleman-core (>= 3.2)
rouge (~> 3.2)
mini_portile2 (2.8.5)
mini_portile2 (2.8.6)
minitest (5.20.0)
nokogiri (1.15.6)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
padrino-helpers (0.15.3)
@ -98,7 +98,8 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.6.0)
rexml (3.2.6)
rexml (3.3.6)
strscan
rouge (3.30.0)
sassc (2.4.0)
ffi (~> 1.9)
@ -106,6 +107,7 @@ GEM
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
strscan (3.1.0)
temple (0.10.3)
thor (1.2.2)
tilt (2.0.11)
@ -115,7 +117,7 @@ GEM
concurrent-ruby (~> 1.0)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
webrick (1.8.1)
webrick (1.8.2)
PLATFORMS
ruby
@ -127,7 +129,7 @@ DEPENDENCIES
middleman-autoprefixer (~> 3.0.0)
middleman-sprockets (~> 4.1.1)
middleman-syntax (~> 3.2.0)
nokogiri (~> 1.15.6)
nokogiri (~> 1.16.5)
rack (~> 2.2.8)
redcarpet (~> 3.6.0)
rouge (~> 3.30.0)