Skip to content

Commit fa76f35

Browse files
artofhumanmcmire
authored andcommitted
Add attr_extras as runtime dependence
1 parent 3b383e1 commit fa76f35

12 files changed

+11
-41
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ source "https://rubygems.org"
55
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66

77
gem "appraisal"
8-
gem "attr_extras", github: "barsoom/attr_extras"
98
gem "childprocess"
109
gem "pry-byebug", platform: :mri
1110
gem "pry-nav", platform: :jruby

gemfiles/no_rails.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
source "https://rubygems.org"
44

55
gem "appraisal"
6-
gem "attr_extras", git: "https://github.com/barsoom/attr_extras"
76
gem "childprocess"
87
gem "pry-byebug", platform: :mri
98
gem "pry-nav", platform: :jruby

gemfiles/no_rails.gemfile.lock

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
GIT
2-
remote: https://github.com/barsoom/attr_extras
3-
revision: 7bdf20ac699967610ad8e6c910eff27ead8d135c
4-
specs:
5-
attr_extras (6.2.4)
6-
71
PATH
82
remote: ..
93
specs:
104
super_diff (0.5.0)
5+
attr_extras (>= 6.2.4)
116
diff-lcs
127
patience_diff
138

@@ -19,6 +14,7 @@ GEM
1914
rake
2015
thor (>= 0.14.0)
2116
ast (2.4.0)
17+
attr_extras (6.2.4)
2218
byebug (11.1.3)
2319
childprocess (3.0.0)
2420
coderay (1.1.2)
@@ -68,7 +64,6 @@ PLATFORMS
6864

6965
DEPENDENCIES
7066
appraisal
71-
attr_extras!
7267
childprocess
7368
pry-byebug
7469
pry-nav

gemfiles/rails_5_0.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
source "https://rubygems.org"
44

55
gem "appraisal"
6-
gem "attr_extras", git: "https://github.com/barsoom/attr_extras"
76
gem "childprocess"
87
gem "pry-byebug", platform: :mri
98
gem "pry-nav", platform: :jruby

gemfiles/rails_5_0.gemfile.lock

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
GIT
2-
remote: https://github.com/barsoom/attr_extras
3-
revision: 7bdf20ac699967610ad8e6c910eff27ead8d135c
4-
specs:
5-
attr_extras (6.2.4)
6-
71
PATH
82
remote: ..
93
specs:
104
super_diff (0.5.0)
5+
attr_extras (>= 6.2.4)
116
diff-lcs
127
patience_diff
138

@@ -31,6 +26,7 @@ GEM
3126
thor (>= 0.14.0)
3227
arel (7.1.4)
3328
ast (2.4.0)
29+
attr_extras (6.2.4)
3430
byebug (11.1.3)
3531
childprocess (3.0.0)
3632
coderay (1.1.2)
@@ -90,7 +86,6 @@ DEPENDENCIES
9086
activerecord (~> 5.0.0)
9187
activerecord-jdbcsqlite3-adapter
9288
appraisal
93-
attr_extras!
9489
childprocess
9590
jdbc-sqlite3
9691
pry-byebug

gemfiles/rails_5_1.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
source "https://rubygems.org"
44

55
gem "appraisal"
6-
gem "attr_extras", git: "https://github.com/barsoom/attr_extras"
76
gem "childprocess"
87
gem "pry-byebug", platform: :mri
98
gem "pry-nav", platform: :jruby

gemfiles/rails_5_1.gemfile.lock

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
GIT
2-
remote: https://github.com/barsoom/attr_extras
3-
revision: 7bdf20ac699967610ad8e6c910eff27ead8d135c
4-
specs:
5-
attr_extras (6.2.4)
6-
71
PATH
82
remote: ..
93
specs:
104
super_diff (0.5.0)
5+
attr_extras (>= 6.2.4)
116
diff-lcs
127
patience_diff
138

@@ -31,6 +26,7 @@ GEM
3126
thor (>= 0.14.0)
3227
arel (8.0.0)
3328
ast (2.4.0)
29+
attr_extras (6.2.4)
3430
byebug (11.1.3)
3531
childprocess (3.0.0)
3632
coderay (1.1.2)
@@ -90,7 +86,6 @@ DEPENDENCIES
9086
activerecord (~> 5.1.0)
9187
activerecord-jdbcsqlite3-adapter
9288
appraisal
93-
attr_extras!
9489
childprocess
9590
jdbc-sqlite3
9691
pry-byebug

gemfiles/rails_5_2.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
source "https://rubygems.org"
44

55
gem "appraisal"
6-
gem "attr_extras", git: "https://github.com/barsoom/attr_extras"
76
gem "childprocess"
87
gem "pry-byebug", platform: :mri
98
gem "pry-nav", platform: :jruby

gemfiles/rails_5_2.gemfile.lock

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
GIT
2-
remote: https://github.com/barsoom/attr_extras
3-
revision: 7bdf20ac699967610ad8e6c910eff27ead8d135c
4-
specs:
5-
attr_extras (6.2.4)
6-
71
PATH
82
remote: ..
93
specs:
104
super_diff (0.5.0)
5+
attr_extras (>= 6.2.4)
116
diff-lcs
127
patience_diff
138

@@ -31,6 +26,7 @@ GEM
3126
thor (>= 0.14.0)
3227
arel (9.0.0)
3328
ast (2.4.0)
29+
attr_extras (6.2.4)
3430
byebug (11.1.3)
3531
childprocess (3.0.0)
3632
coderay (1.1.2)
@@ -90,7 +86,6 @@ DEPENDENCIES
9086
activerecord (~> 5.2.0)
9187
activerecord-jdbcsqlite3-adapter
9288
appraisal
93-
attr_extras!
9489
childprocess
9590
jdbc-sqlite3
9691
pry-byebug

gemfiles/rails_6_0.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
source "https://rubygems.org"
44

55
gem "appraisal"
6-
gem "attr_extras", git: "https://github.com/barsoom/attr_extras"
76
gem "childprocess"
87
gem "pry-byebug", platform: :mri
98
gem "pry-nav", platform: :jruby

0 commit comments

Comments
 (0)