Skip to content

Commit

Permalink
add avo-hq/literal
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Oct 4, 2024
1 parent 86d8c26 commit a5d39bf
Show file tree
Hide file tree
Showing 18 changed files with 73 additions and 9 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,5 @@ gem "avo-record_link_field"
gem "pagy", "> 8"

gem "csv"

gem "literal", github: "avo-hq/literal"
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ GIT
acts-as-taggable-on (10.0.0)
activerecord (>= 6.1, < 8)

GIT
remote: https://github.com/avo-hq/literal.git
revision: e4765622b03ae597a13f4601f0302148a7c663dc
specs:
literal (0.2.1)

GIT
remote: https://github.com/rails/rails.git
revision: b88d9af34fbc1c84ce2769ba02584eab2c28ac6e
Expand Down Expand Up @@ -391,7 +397,6 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
literal (0.2.1)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -721,6 +726,7 @@ DEPENDENCIES
jsbundling-rails
launchy
listen (>= 3.5.1)
literal!
mapkick-rb (~> 0.1.4)
meta-tags
money-rails (~> 1.12)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6.1_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ gem "avo-money_field"
gem "avo-record_link_field"
gem "pagy", "> 8"
gem "csv"
gem "literal", git: "https://github.com/avo-hq/literal.git"
gem "psych", "< 4"

group :development do
Expand Down
8 changes: 7 additions & 1 deletion gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ GIT
acts-as-taggable-on (10.0.0)
activerecord (>= 6.1, < 8)

GIT
remote: https://github.com/avo-hq/literal.git
revision: e4765622b03ae597a13f4601f0302148a7c663dc
specs:
literal (0.2.1)

PATH
remote: ../pluggy
specs:
Expand Down Expand Up @@ -349,7 +355,6 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
literal (0.2.1)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -687,6 +692,7 @@ DEPENDENCIES
jsbundling-rails
launchy
listen (>= 3.5.1)
literal!
mapkick-rb (~> 0.1.4)
meta-tags
money-rails (~> 1.12)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6.1_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ gem "avo-money_field"
gem "avo-record_link_field"
gem "pagy", "> 8"
gem "csv"
gem "literal", git: "https://github.com/avo-hq/literal.git"
gem "psych", "< 4"

group :development do
Expand Down
8 changes: 7 additions & 1 deletion gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ GIT
acts-as-taggable-on (10.0.0)
activerecord (>= 6.1, < 8)

GIT
remote: https://github.com/avo-hq/literal.git
revision: e4765622b03ae597a13f4601f0302148a7c663dc
specs:
literal (0.2.1)

PATH
remote: ../pluggy
specs:
Expand Down Expand Up @@ -323,7 +329,6 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
literal (0.2.1)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -660,6 +665,7 @@ DEPENDENCIES
jsbundling-rails
launchy
listen (>= 3.5.1)
literal!
mapkick-rb (~> 0.1.4)
meta-tags
money-rails (~> 1.12)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.1_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ gem "avo-money_field"
gem "avo-record_link_field"
gem "pagy", "> 8"
gem "csv"
gem "literal", git: "https://github.com/avo-hq/literal.git"
gem "psych", "< 4"

group :development do
Expand Down
8 changes: 7 additions & 1 deletion gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ GIT
acts-as-taggable-on (10.0.0)
activerecord (>= 6.1, < 8)

GIT
remote: https://github.com/avo-hq/literal.git
revision: e4765622b03ae597a13f4601f0302148a7c663dc
specs:
literal (0.2.1)

PATH
remote: ../pluggy
specs:
Expand Down Expand Up @@ -362,7 +368,6 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
literal (0.2.1)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -708,6 +713,7 @@ DEPENDENCIES
jsbundling-rails
launchy
listen (>= 3.5.1)
literal!
mapkick-rb (~> 0.1.4)
meta-tags
money-rails (~> 1.12)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.1_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ gem "avo-money_field"
gem "avo-record_link_field"
gem "pagy", "> 8"
gem "csv"
gem "literal", git: "https://github.com/avo-hq/literal.git"
gem "psych", "< 4"

group :development do
Expand Down
8 changes: 7 additions & 1 deletion gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ GIT
acts-as-taggable-on (10.0.0)
activerecord (>= 6.1, < 8)

GIT
remote: https://github.com/avo-hq/literal.git
revision: e4765622b03ae597a13f4601f0302148a7c663dc
specs:
literal (0.2.1)

PATH
remote: ../pluggy
specs:
Expand Down Expand Up @@ -336,7 +342,6 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
literal (0.2.1)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -681,6 +686,7 @@ DEPENDENCIES
jsbundling-rails
launchy
listen (>= 3.5.1)
literal!
mapkick-rb (~> 0.1.4)
meta-tags
money-rails (~> 1.12)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ gem "avo-money_field"
gem "avo-record_link_field"
gem "pagy", "> 8"
gem "csv"
gem "literal", git: "https://github.com/avo-hq/literal.git"
gem "psych", "< 4"

group :development do
Expand Down
8 changes: 7 additions & 1 deletion gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ GIT
acts-as-taggable-on (10.0.0)
activerecord (>= 6.1, < 8)

GIT
remote: https://github.com/avo-hq/literal.git
revision: e4765622b03ae597a13f4601f0302148a7c663dc
specs:
literal (0.2.1)

PATH
remote: ../pluggy
specs:
Expand Down Expand Up @@ -336,7 +342,6 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
literal (0.2.1)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -681,6 +686,7 @@ DEPENDENCIES
jsbundling-rails
launchy
listen (>= 3.5.1)
literal!
mapkick-rb (~> 0.1.4)
meta-tags
money-rails (~> 1.12)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ gem "avo-money_field"
gem "avo-record_link_field"
gem "pagy", "> 8"
gem "csv"
gem "literal", git: "https://github.com/avo-hq/literal.git"
gem "psych", "< 4"

group :development do
Expand Down
8 changes: 7 additions & 1 deletion gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ GIT
acts-as-taggable-on (10.0.0)
activerecord (>= 6.1, < 8)

GIT
remote: https://github.com/avo-hq/literal.git
revision: e4765622b03ae597a13f4601f0302148a7c663dc
specs:
literal (0.2.1)

PATH
remote: ../pluggy
specs:
Expand Down Expand Up @@ -336,7 +342,6 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
literal (0.2.1)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -681,6 +686,7 @@ DEPENDENCIES
jsbundling-rails
launchy
listen (>= 3.5.1)
literal!
mapkick-rb (~> 0.1.4)
meta-tags
money-rails (~> 1.12)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_8.0_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ gem "avo-money_field"
gem "avo-record_link_field"
gem "pagy", "> 8"
gem "csv"
gem "literal", git: "https://github.com/avo-hq/literal.git"
gem "psych", "< 4"

group :development do
Expand Down
8 changes: 7 additions & 1 deletion gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ GIT
acts-as-taggable-on (10.0.0)
activerecord (>= 6.1, < 8)

GIT
remote: https://github.com/avo-hq/literal.git
revision: e4765622b03ae597a13f4601f0302148a7c663dc
specs:
literal (0.2.1)

GIT
remote: https://github.com/rails/rails.git
revision: b88d9af34fbc1c84ce2769ba02584eab2c28ac6e
Expand Down Expand Up @@ -365,7 +371,6 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
literal (0.2.1)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -689,6 +694,7 @@ DEPENDENCIES
jsbundling-rails
launchy
listen (>= 3.5.1)
literal!
mapkick-rb (~> 0.1.4)
meta-tags
money-rails (~> 1.12)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_8.0_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ gem "avo-money_field"
gem "avo-record_link_field"
gem "pagy", "> 8"
gem "csv"
gem "literal", git: "https://github.com/avo-hq/literal.git"
gem "psych", "< 4"

group :development do
Expand Down
8 changes: 7 additions & 1 deletion gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ GIT
acts-as-taggable-on (10.0.0)
activerecord (>= 6.1, < 8)

GIT
remote: https://github.com/avo-hq/literal.git
revision: e4765622b03ae597a13f4601f0302148a7c663dc
specs:
literal (0.2.1)

GIT
remote: https://github.com/rails/rails.git
revision: b88d9af34fbc1c84ce2769ba02584eab2c28ac6e
Expand Down Expand Up @@ -365,7 +371,6 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
literal (0.2.1)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -689,6 +694,7 @@ DEPENDENCIES
jsbundling-rails
launchy
listen (>= 3.5.1)
literal!
mapkick-rb (~> 0.1.4)
meta-tags
money-rails (~> 1.12)
Expand Down

0 comments on commit a5d39bf

Please sign in to comment.