Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ gem "jsonapi-serializer", "~> 2.2" # Serializer for Ruby objects
gem "kaminari", "~> 1.2" # A Scope & Engine based, clean, powerful, customizable and sophisticated paginator
gem "katex", "~> 0.8.0" # This rubygem enables you to render TeX math to HTML using KaTeX. It uses ExecJS under the hood
gem "liquid", "~> 5.1" # A secure, non-evaling end user template engine with aesthetic markup
gem "nokogiri", "~> 1.13" # HTML, XML, SAX, and Reader parser
gem "nokogiri", "~> 1.14" # HTML, XML, SAX, and Reader parser
gem "octokit", "~> 4.22" # Simple wrapper for the GitHub API
gem "oj", "~> 3.13" # JSON parser and object serializer
gem "omniauth", "~> 2.0" # A generalized Rack framework for multiple-provider authentication
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,9 @@ GEM
multi_json (>= 1.11.0)
globalid (1.0.0)
activesupport (>= 5.0)
google-protobuf (3.19.4)
google-protobuf (3.19.4-x86_64-darwin)
google-protobuf (3.19.4-x86_64-linux)
google-protobuf (3.21.12)
google-protobuf (3.21.12-x86_64-darwin)
google-protobuf (3.21.12-x86_64-linux)
guard (2.18.0)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
Expand Down Expand Up @@ -469,7 +469,7 @@ GEM
mini_histogram (0.3.1)
mini_magick (4.11.0)
mini_mime (1.1.2)
mini_portile2 (2.7.1)
mini_portile2 (2.8.1)
minitest (5.15.0)
modis (4.0.0)
activemodel (>= 5.2)
Expand All @@ -490,14 +490,14 @@ GEM
http-2 (~> 0.11)
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.13.1)
mini_portile2 (~> 2.7.0)
nokogiri (1.14.1)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.1-arm64-darwin)
nokogiri (1.14.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.1-x86_64-darwin)
nokogiri (1.14.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.1-x86_64-linux)
nokogiri (1.14.1-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -568,7 +568,7 @@ GEM
pundit-matchers (1.7.0)
rspec-rails (>= 3.0.0)
raabro (1.4.0)
racc (1.6.0)
racc (1.6.2)
rack (2.2.3)
rack-attack (6.6.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -934,7 +934,7 @@ DEPENDENCIES
fastly (~> 3.0)
feedjira (~> 3.2)
field_test (~> 0.5)
flipper (= 0.24.0)
flipper (~> 0.24.0)
flipper-active_record (~> 0.24.0)
flipper-active_support_cache_store (~> 0.24.0)
flipper-ui (~> 0.24.0)
Expand Down Expand Up @@ -966,7 +966,7 @@ DEPENDENCIES
listen (~> 3.7)
memory_profiler (~> 1.0)
nakayoshi_fork (~> 0.0.4)
nokogiri (~> 1.13)
nokogiri (~> 1.14)
octokit (~> 4.22)
oj (~> 3.13)
omniauth (~> 2.0)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/google-protobuf-3.19.4.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vendor/cache/google-protobuf-3.21.12.gem
Binary file not shown.
Binary file removed vendor/cache/mini_portile2-2.7.1.gem
Binary file not shown.
Binary file added vendor/cache/mini_portile2-2.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.13.1-arm64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.13.1-x86_64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.13.1-x86_64-linux.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.13.1.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.14.1-arm64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.14.1-x86_64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.14.1-x86_64-linux.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.14.1.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.6.0.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.6.2.gem
Binary file not shown.