Skip to content

Commit

Permalink
Cleanup files and unused dependencies (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth authored Aug 27, 2024
1 parent 1626559 commit 388634d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 67 deletions.
3 changes: 0 additions & 3 deletions .projections.json

This file was deleted.

13 changes: 0 additions & 13 deletions Dangerfile

This file was deleted.

3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
source 'https://rubygems.org'

ruby File.read(".ruby-version").strip
#ruby-gemset=ruby-conferences

gem 'danger'
gem 'danger-commit_lint'
gem 'html-proofer'
gem 'jekyll'
gem 'rake'
Expand Down
47 changes: 0 additions & 47 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,60 +24,26 @@ GEM
timers (~> 4.1)
base64 (0.2.0)
bigdecimal (3.1.8)
claide (1.1.0)
claide-plugins (0.9.2)
cork
nap
open4 (~> 1.3)
colorator (1.1.0)
colored2 (3.1.2)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
console (1.16.2)
fiber-local
cork (0.3.0)
colored2 (~> 3.1)
countries (6.0.1)
unaccent (~> 0.3)
danger (9.2.0)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
cork (~> 0.1)
faraday (>= 0.9.0, < 3.0)
faraday-http-cache (~> 2.0)
git (~> 1.7)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
no_proxy_fix
octokit (~> 5.0)
terminal-table (>= 1, < 4)
danger-commit_lint (0.0.7)
danger-plugin-api (~> 1.0)
danger-plugin-api (1.0.0)
danger (> 2.0)
drb (2.2.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-http-cache (2.4.1)
faraday (>= 0.8)
faraday-net_http (3.0.2)
ffi (1.17.0)
fiber-local (1.0.0)
fiber-storage (1.0.0)
forwardable-extended (2.6.0)
frozen_record (0.27.2)
activemodel
git (1.13.2)
addressable (~> 2.8)
rchardet (~> 1.8)
google-protobuf (4.27.1)
bigdecimal
rake (>= 13)
Expand Down Expand Up @@ -135,15 +101,9 @@ GEM
mercenary (0.4.0)
mini_portile2 (2.8.6)
minitest (5.25.1)
nap (1.1.0)
no_proxy_fix (0.1.2)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
octokit (5.6.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
open4 (1.3.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
pdf-reader (2.11.0)
Expand All @@ -159,19 +119,14 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rchardet (1.8.0)
rexml (3.3.6)
strscan
rouge (4.3.0)
ruby-rc4 (0.1.5)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass-embedded (1.77.5)
google-protobuf (>= 3.25, < 5.0)
rake (>= 13)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
securerandom (0.3.1)
strscan (3.1.0)
terminal-table (3.0.2)
Expand All @@ -193,8 +148,6 @@ PLATFORMS

DEPENDENCIES
countries (~> 6.0)
danger
danger-commit_lint
frozen_record (~> 0.27.2)
graphql-client (~> 0.23.0)
html-proofer
Expand Down
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ exclude:
- LICENSE.md
- README.md
- Rakefile
- data_file_validator.rb
- notes.txt
- vendor
- src
- '*.rb'

plugins:
- jekyll-feed

0 comments on commit 388634d

Please sign in to comment.