Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
colszowka authored Jan 12, 2024
2 parents 8468219 + 97bfe39 commit fb6085f
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
overcommit (0.60.0)
overcommit (0.61.0)
childprocess (>= 0.6.3, < 5)
iniparse (~> 1.4)
rexml (~> 3.2)
parallel (1.23.0)
parser (3.2.2.4)
parallel (1.24.0)
parser (3.3.0.2)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -66,7 +66,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.8.3)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -81,7 +81,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.58.0)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -94,16 +94,16 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-performance (1.20.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.25.0)
rubocop-rspec (2.26.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down
1 change: 1 addition & 0 deletions catalog/Developer_Tools/CLI_Option_Parsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ projects:
- quickl
- rationalist
- slop
- sod
- terrapin
- trollop
16 changes: 16 additions & 0 deletions catalog/Developer_Tools/GUI_Frameworks.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,32 @@
name: GUI Frameworks
description: Graphical User Interface Frameworks for Desktop Application Development
projects:
- cocoa
- ffi-tk
- fidgit
- flammarion
- fxruby
- fxruby-enhancement
- glimmer
- glimmer-dsl-fx
- glimmer-dsl-gtk
- glimmer-dsl-jfx
- glimmer-dsl-libui
- glimmer-dsl-opal
- glimmer-dsl-specification
- glimmer-dsl-swing
- glimmer-dsl-swt
- glimmer-dsl-tk
- glimmer-dsl-wx
- glimmer-dsl-xml
- green_shoes
- gtk2
- gtk3
- jrubyfx
- libui
- qtbindings
- shenmegui
- shoes
- tk
- wxruby
- wxruby3
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ projects:
- crate
- loureirorg/rb2exe
- ocra
- ocran
- phusion/traveling-ruby
- pmq20/ruby-packer
- releasy
Expand Down
1 change: 1 addition & 0 deletions catalog/Security/rails_authorization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ projects:
- moulin_rouge
- permisi
- pundit
- rabarber
- rails-auth
- rend-acl
- restful_acl
Expand Down
1 change: 1 addition & 0 deletions catalog/Testing/testing_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ projects:
- rspec
- rubydoctest
- shindo
- sus
- test-unit
- testrocket
- testy
Expand Down

0 comments on commit fb6085f

Please sign in to comment.