Skip to content

Commit

Permalink
YNGJ-1058: Appraise against activemodel and activesupport instead of …
Browse files Browse the repository at this point in the history
…rails
  • Loading branch information
dutchess committed Dec 18, 2024
1 parent b261766 commit f3abec8
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 562 deletions.
12 changes: 8 additions & 4 deletions packages/aether_observatory/Appraisals
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# frozen_string_literal: true

appraise "rails-6-0" do
gem "rails", "~> 6.0.6"
gem "activemodel", "~> 6.0.6"
gem "activesupport", "~> 6.0.6"
end

appraise "rails-6-1" do
gem "rails", "~> 6.1.7"
gem "activemodel", "~> 6.1.7"
gem "activesupport", "~> 6.1.7"
end

appraise "rails-7-0" do
gem "rails", "~> 7.0.8"
gem "activemodel", "~> 7.0.8"
gem "activesupport", "~> 7.0.8"
end

appraise "rails-7-1" do
gem "rails", "~> 7.1.3"
gem "activemodel", "~> 7.1.3"
gem "activesupport", "~> 7.1.3"
end
5 changes: 2 additions & 3 deletions packages/aether_observatory/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "~> 6.0.6"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "activemodel", "~> 6.0.6"
gem "activesupport", "~> 6.0.6"

gemspec path: "../"
130 changes: 2 additions & 128 deletions packages/aether_observatory/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,55 +18,8 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actioncable (6.0.6.1)
actionpack (= 6.0.6.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.0.6.1)
actionpack (= 6.0.6.1)
activejob (= 6.0.6.1)
activerecord (= 6.0.6.1)
activestorage (= 6.0.6.1)
activesupport (= 6.0.6.1)
mail (>= 2.7.1)
actionmailer (6.0.6.1)
actionpack (= 6.0.6.1)
actionview (= 6.0.6.1)
activejob (= 6.0.6.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.0.6.1)
actionview (= 6.0.6.1)
activesupport (= 6.0.6.1)
rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.0.6.1)
actionpack (= 6.0.6.1)
activerecord (= 6.0.6.1)
activestorage (= 6.0.6.1)
activesupport (= 6.0.6.1)
nokogiri (>= 1.8.5)
actionview (6.0.6.1)
activesupport (= 6.0.6.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.0.6.1)
activesupport (= 6.0.6.1)
globalid (>= 0.3.6)
activemodel (6.0.6.1)
activesupport (= 6.0.6.1)
activerecord (6.0.6.1)
activemodel (= 6.0.6.1)
activesupport (= 6.0.6.1)
activestorage (6.0.6.1)
actionpack (= 6.0.6.1)
activejob (= 6.0.6.1)
activerecord (= 6.0.6.1)
marcel (~> 1.0)
activesupport (6.0.6.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
Expand All @@ -78,18 +31,12 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
builder (3.3.0)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.3.4)
crass (1.0.6)
csv (3.3.1)
date (3.4.1)
diff-lcs (1.5.1)
docile (1.1.5)
erubi (1.13.0)
globalid (1.1.0)
activesupport (>= 5.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.9.0)
Expand All @@ -102,40 +49,8 @@ GEM
tomlrb (>= 1.3, < 2.1)
with_env (= 1.1.0)
xml-simple (~> 1.1.9)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.4)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.25.4)
net-imap (0.4.18)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.17.2-aarch64-linux)
racc (~> 1.4)
nokogiri (1.17.2-arm-linux)
racc (~> 1.4)
nokogiri (1.17.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86-linux)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-linux)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
Expand All @@ -148,36 +63,6 @@ GEM
pry (>= 0.13, < 0.15)
racc (1.8.1)
rack (2.2.10)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.0.6.1)
actioncable (= 6.0.6.1)
actionmailbox (= 6.0.6.1)
actionmailer (= 6.0.6.1)
actionpack (= 6.0.6.1)
actiontext (= 6.0.6.1)
actionview (= 6.0.6.1)
activejob (= 6.0.6.1)
activemodel (= 6.0.6.1)
activerecord (= 6.0.6.1)
activestorage (= 6.0.6.1)
activesupport (= 6.0.6.1)
bundler (>= 1.3.0)
railties (= 6.0.6.1)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.2)
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)
railties (6.0.6.1)
actionpack (= 6.0.6.1)
activesupport (= 6.0.6.1)
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.3)
Expand Down Expand Up @@ -221,29 +106,17 @@ GEM
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
securerandom (0.3.2)
simplecov (0.15.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
thor (1.3.2)
thread_safe (0.3.6)
timeout (0.4.3)
tomlrb (2.0.3)
tzinfo (1.2.11)
thread_safe (~> 0.1)
unicode-display_width (2.6.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
with_env (1.1.0)
xml-simple (1.1.9)
rexml
Expand All @@ -259,13 +132,14 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activemodel (~> 6.0.6)
activesupport (~> 6.0.6)
aether_observatory!
appraisal (~> 2.5.0)
bundler (~> 2.1)
license_finder (~> 7.0)
pry (>= 0.14)
pry-byebug (= 3.10.1)
rails (~> 6.0.6)
rake (~> 13.0)
rspec (~> 3.0)
rubocop-powerhome!
Expand Down
5 changes: 2 additions & 3 deletions packages/aether_observatory/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "~> 6.1.7"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "activemodel", "~> 6.1.7"
gem "activesupport", "~> 6.1.7"

gemspec path: "../"
Loading

0 comments on commit f3abec8

Please sign in to comment.