Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: external link on records #3501

Merged
merged 13 commits into from
Dec 20, 2024
Prev Previous commit
Next Next commit
remove rails 8 gemfile github lock
adrianthedev committed Dec 9, 2024
commit d12fb146f0c69fb8f8f6028a30f722febc2cc66d
10 changes: 0 additions & 10 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -7,14 +7,4 @@
gem "activestorage"
end
end

# TODO: we'll probably have to remove these when Rails 8 is released
appraise "rails-8.0-ruby-#{ruby_version}" do
gem "psych", "< 4"
gem "rails", github: "rails/rails", branch: "main"
gem "activestorage", github: "rails/rails", branch: "main"

# Temporary Rails 8 support
gem "acts-as-taggable-on", github: "avo-hq/acts-as-taggable-on"
end
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -400,10 +400,10 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.16.8)
nokogiri (1.17.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.8-x86_64-linux)
nokogiri (1.17.0-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (9.0.9)
7 changes: 3 additions & 4 deletions gemfiles/rails_8.0_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ source "https://rubygems.org"

gem "jsbundling-rails"
gem "cssbundling-rails"
gem "rails", branch: "main", git: "https://github.com/rails/rails.git"
gem "activestorage", branch: "main", git: "https://github.com/rails/rails.git"
gem "rails", ">= 8.0.0"
gem "activestorage", ">= 8.0.0"
gem "pg", ">= 0.18", "< 2.0"
gem "puma", "~> 6.4"
gem "redis", "~> 5.0"
@@ -30,7 +30,7 @@ gem "groupdate"
gem "hightop"
gem "active_median"
gem "acts_as_list"
gem "acts-as-taggable-on", git: "https://github.com/avo-hq/acts-as-taggable-on.git"
gem "acts-as-taggable-on"
gem "bundler-integrity", "~> 1.0"
gem "countries"
gem "chartkick"
@@ -45,7 +45,6 @@ gem "avo-money_field"
gem "avo-record_link_field"
gem "pagy", "> 8"
gem "csv"
gem "psych", "< 4"

group :development do
gem "standard", require: false
212 changes: 101 additions & 111 deletions gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,74 +1,94 @@
GIT
remote: https://github.com/avo-hq/acts-as-taggable-on.git
revision: 33f0eac41ba392b3cae69faf3dee69a698a7871a
PATH
remote: ../pluggy
specs:
acts-as-taggable-on (10.0.0)
activerecord (>= 6.1, < 8)
pluggy (0.0.1)

GIT
remote: https://github.com/rails/rails.git
revision: b88d9af34fbc1c84ce2769ba02584eab2c28ac6e
branch: main
PATH
remote: ..
specs:
actioncable (8.0.0.alpha)
actionpack (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
avo (3.15.2)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
activesupport (>= 6.1)
addressable
docile
inline_svg
meta-tags
pagy (>= 7.0.0)
prop_initializer (>= 0.2.0)
turbo-rails (>= 2.0.0)
turbo_power (>= 0.6.0)
view_component (>= 3.7.0)
zeitwerk (>= 2.6.12)

GEM
remote: https://rubygems.org/
specs:
actioncable (8.0.0)
actionpack (= 8.0.0)
activesupport (= 8.0.0)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
actionmailbox (8.0.0.alpha)
actionpack (= 8.0.0.alpha)
activejob (= 8.0.0.alpha)
activerecord (= 8.0.0.alpha)
activestorage (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
actionmailbox (8.0.0)
actionpack (= 8.0.0)
activejob (= 8.0.0)
activerecord (= 8.0.0)
activestorage (= 8.0.0)
activesupport (= 8.0.0)
mail (>= 2.8.0)
actionmailer (8.0.0.alpha)
actionpack (= 8.0.0.alpha)
actionview (= 8.0.0.alpha)
activejob (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
actionmailer (8.0.0)
actionpack (= 8.0.0)
actionview (= 8.0.0)
activejob (= 8.0.0)
activesupport (= 8.0.0)
mail (>= 2.8.0)
rails-dom-testing (~> 2.2)
actionpack (8.0.0.alpha)
actionview (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
actionpack (8.0.0)
actionview (= 8.0.0)
activesupport (= 8.0.0)
nokogiri (>= 1.8.5)
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
useragent (~> 0.16)
actiontext (8.0.0.alpha)
actionpack (= 8.0.0.alpha)
activerecord (= 8.0.0.alpha)
activestorage (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
actiontext (8.0.0)
actionpack (= 8.0.0)
activerecord (= 8.0.0)
activestorage (= 8.0.0)
activesupport (= 8.0.0)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (8.0.0.alpha)
activesupport (= 8.0.0.alpha)
actionview (8.0.0)
activesupport (= 8.0.0)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (8.0.0.alpha)
activesupport (= 8.0.0.alpha)
active_link_to (1.0.5)
actionpack
addressable
active_median (0.4.1)
activesupport (>= 6.1)
activejob (8.0.0)
activesupport (= 8.0.0)
globalid (>= 0.3.6)
activemodel (8.0.0.alpha)
activesupport (= 8.0.0.alpha)
activerecord (8.0.0.alpha)
activemodel (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
activemodel (8.0.0)
activesupport (= 8.0.0)
activerecord (8.0.0)
activemodel (= 8.0.0)
activesupport (= 8.0.0)
timeout (>= 0.4.0)
activestorage (8.0.0.alpha)
actionpack (= 8.0.0.alpha)
activejob (= 8.0.0.alpha)
activerecord (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
activestorage (8.0.0)
actionpack (= 8.0.0)
activejob (= 8.0.0)
activerecord (= 8.0.0)
activesupport (= 8.0.0)
marcel (~> 1.0)
activesupport (8.0.0.alpha)
activesupport (8.0.0)
base64
benchmark (>= 0.3)
bigdecimal
@@ -81,61 +101,9 @@ GIT
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
rails (8.0.0.alpha)
actioncable (= 8.0.0.alpha)
actionmailbox (= 8.0.0.alpha)
actionmailer (= 8.0.0.alpha)
actionpack (= 8.0.0.alpha)
actiontext (= 8.0.0.alpha)
actionview (= 8.0.0.alpha)
activejob (= 8.0.0.alpha)
activemodel (= 8.0.0.alpha)
activerecord (= 8.0.0.alpha)
activestorage (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
bundler (>= 1.15.0)
railties (= 8.0.0.alpha)
railties (8.0.0.alpha)
actionpack (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)

PATH
remote: ../pluggy
specs:
pluggy (0.0.1)

PATH
remote: ..
specs:
avo (3.15.2)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
activesupport (>= 6.1)
addressable
docile
inline_svg
meta-tags
pagy (>= 7.0.0)
prop_initializer (>= 0.2.0)
turbo-rails (>= 2.0.0)
turbo_power (>= 0.6.0)
view_component (>= 3.7.0)
zeitwerk (>= 2.6.12)

GEM
remote: https://rubygems.org/
specs:
active_link_to (1.0.5)
actionpack
addressable
active_median (0.4.1)
activesupport (>= 6.1)
acts-as-taggable-on (12.0.0)
activerecord (>= 7.1, < 8.1)
zeitwerk (>= 2.4, < 3.0)
acts_as_list (1.2.2)
activerecord (>= 6.1)
activesupport (>= 6.1)
@@ -146,9 +114,9 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
amazing_print (1.6.0)
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0)
annotate (2.6.5)
activerecord (>= 2.3.0)
rake (>= 0.8.7)
appraisal (2.5.0)
bundler
rake
@@ -436,6 +404,20 @@ GEM
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails (8.0.0)
actioncable (= 8.0.0)
actionmailbox (= 8.0.0)
actionmailer (= 8.0.0)
actionpack (= 8.0.0)
actiontext (= 8.0.0)
actionview (= 8.0.0)
activejob (= 8.0.0)
activemodel (= 8.0.0)
activerecord (= 8.0.0)
activestorage (= 8.0.0)
activesupport (= 8.0.0)
bundler (>= 1.15.0)
railties (= 8.0.0)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
@@ -447,9 +429,17 @@ GEM
rails-html-sanitizer (1.6.1)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
rails-i18n (7.0.9)
rails-i18n (8.0.1)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
railties (>= 8.0.0, < 9)
railties (8.0.0)
actionpack (= 8.0.0)
activesupport (= 8.0.0)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
ransack (4.2.1)
@@ -611,8 +601,8 @@ GEM
unicode-display_width (2.6.0)
uri (0.13.1)
useragent (0.16.10)
view_component (3.15.1)
activesupport (>= 5.2.0, < 8.0)
view_component (3.20.0)
activesupport (>= 5.2.0, < 8.1)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
virtus (2.0.0)
@@ -646,8 +636,8 @@ PLATFORMS
DEPENDENCIES
active_link_to
active_median
activestorage!
acts-as-taggable-on!
activestorage (>= 8.0.0)
acts-as-taggable-on
acts_as_list
actual_db_schema
addressable
@@ -700,7 +690,7 @@ DEPENDENCIES
prefixed_ids
psych (< 4)
puma (~> 6.4)
rails!
rails (>= 8.0.0)
rails-controller-testing
ransack (>= 4.2.0)
redis (~> 5.0)
7 changes: 3 additions & 4 deletions gemfiles/rails_8.0_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ source "https://rubygems.org"

gem "jsbundling-rails"
gem "cssbundling-rails"
gem "rails", branch: "main", git: "https://github.com/rails/rails.git"
gem "activestorage", branch: "main", git: "https://github.com/rails/rails.git"
gem "rails", ">= 8.0.0"
gem "activestorage", ">= 8.0.0"
gem "pg", ">= 0.18", "< 2.0"
gem "puma", "~> 6.4"
gem "redis", "~> 5.0"
@@ -30,7 +30,7 @@ gem "groupdate"
gem "hightop"
gem "active_median"
gem "acts_as_list"
gem "acts-as-taggable-on", git: "https://github.com/avo-hq/acts-as-taggable-on.git"
gem "acts-as-taggable-on"
gem "bundler-integrity", "~> 1.0"
gem "countries"
gem "chartkick"
@@ -45,7 +45,6 @@ gem "avo-money_field"
gem "avo-record_link_field"
gem "pagy", "> 8"
gem "csv"
gem "psych", "< 4"

group :development do
gem "standard", require: false
Loading