Skip to content

Commit 64d0ec8

Browse files
committed
Update etda_utilities
1 parent c0cdcf1 commit 64d0ec8

File tree

2 files changed

+53
-59
lines changed

2 files changed

+53
-59
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gem 'font-awesome-rails', '~> 4.7.0.0'
3636
# Authentication gem
3737
gem "devise", ">= 4.7.1"
3838
# Shared libraries for workflow and explore
39-
gem 'etda_utilities', git: "https://github.com/psu-stewardship/etda_utilities.git", branch: 'main'
39+
gem 'etda_utilities', '~> 0.0'
4040
# Ldap client
4141
gem 'net-ldap', '~> 0.16.1'
4242
# Country drop-downs

Gemfile.lock

Lines changed: 52 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
GIT
2-
remote: https://github.com/psu-stewardship/etda_utilities.git
3-
revision: a16d4592bd9980c5f56f0233a2d91fead8556e4c
4-
branch: main
5-
specs:
6-
etda_utilities (0.15.0)
7-
81
GIT
92
remote: https://github.com/stefanpenner/country_select.git
103
revision: b89d2b9a90cdb58f6d878243a2d83373fe413357
@@ -17,56 +10,56 @@ GIT
1710
GEM
1811
remote: https://rubygems.org/
1912
specs:
20-
actioncable (6.0.4.6)
21-
actionpack (= 6.0.4.6)
13+
actioncable (6.0.4.7)
14+
actionpack (= 6.0.4.7)
2215
nio4r (~> 2.0)
2316
websocket-driver (>= 0.6.1)
24-
actionmailbox (6.0.4.6)
25-
actionpack (= 6.0.4.6)
26-
activejob (= 6.0.4.6)
27-
activerecord (= 6.0.4.6)
28-
activestorage (= 6.0.4.6)
29-
activesupport (= 6.0.4.6)
17+
actionmailbox (6.0.4.7)
18+
actionpack (= 6.0.4.7)
19+
activejob (= 6.0.4.7)
20+
activerecord (= 6.0.4.7)
21+
activestorage (= 6.0.4.7)
22+
activesupport (= 6.0.4.7)
3023
mail (>= 2.7.1)
31-
actionmailer (6.0.4.6)
32-
actionpack (= 6.0.4.6)
33-
actionview (= 6.0.4.6)
34-
activejob (= 6.0.4.6)
24+
actionmailer (6.0.4.7)
25+
actionpack (= 6.0.4.7)
26+
actionview (= 6.0.4.7)
27+
activejob (= 6.0.4.7)
3528
mail (~> 2.5, >= 2.5.4)
3629
rails-dom-testing (~> 2.0)
37-
actionpack (6.0.4.6)
38-
actionview (= 6.0.4.6)
39-
activesupport (= 6.0.4.6)
30+
actionpack (6.0.4.7)
31+
actionview (= 6.0.4.7)
32+
activesupport (= 6.0.4.7)
4033
rack (~> 2.0, >= 2.0.8)
4134
rack-test (>= 0.6.3)
4235
rails-dom-testing (~> 2.0)
4336
rails-html-sanitizer (~> 1.0, >= 1.2.0)
44-
actiontext (6.0.4.6)
45-
actionpack (= 6.0.4.6)
46-
activerecord (= 6.0.4.6)
47-
activestorage (= 6.0.4.6)
48-
activesupport (= 6.0.4.6)
37+
actiontext (6.0.4.7)
38+
actionpack (= 6.0.4.7)
39+
activerecord (= 6.0.4.7)
40+
activestorage (= 6.0.4.7)
41+
activesupport (= 6.0.4.7)
4942
nokogiri (>= 1.8.5)
50-
actionview (6.0.4.6)
51-
activesupport (= 6.0.4.6)
43+
actionview (6.0.4.7)
44+
activesupport (= 6.0.4.7)
5245
builder (~> 3.1)
5346
erubi (~> 1.4)
5447
rails-dom-testing (~> 2.0)
5548
rails-html-sanitizer (~> 1.1, >= 1.2.0)
56-
activejob (6.0.4.6)
57-
activesupport (= 6.0.4.6)
49+
activejob (6.0.4.7)
50+
activesupport (= 6.0.4.7)
5851
globalid (>= 0.3.6)
59-
activemodel (6.0.4.6)
60-
activesupport (= 6.0.4.6)
61-
activerecord (6.0.4.6)
62-
activemodel (= 6.0.4.6)
63-
activesupport (= 6.0.4.6)
64-
activestorage (6.0.4.6)
65-
actionpack (= 6.0.4.6)
66-
activejob (= 6.0.4.6)
67-
activerecord (= 6.0.4.6)
52+
activemodel (6.0.4.7)
53+
activesupport (= 6.0.4.7)
54+
activerecord (6.0.4.7)
55+
activemodel (= 6.0.4.7)
56+
activesupport (= 6.0.4.7)
57+
activestorage (6.0.4.7)
58+
actionpack (= 6.0.4.7)
59+
activejob (= 6.0.4.7)
60+
activerecord (= 6.0.4.7)
6861
marcel (~> 1.0.0)
69-
activesupport (6.0.4.6)
62+
activesupport (6.0.4.7)
7063
concurrent-ruby (~> 1.0, >= 1.0.2)
7164
i18n (>= 0.7, < 2)
7265
minitest (~> 5.1)
@@ -154,6 +147,7 @@ GEM
154147
enumerize (2.3.1)
155148
activesupport (>= 3.2)
156149
erubi (1.10.0)
150+
etda_utilities (0.16.0)
157151
factory_bot (5.2.0)
158152
activesupport (>= 4.2.0)
159153
factory_bot_rails (5.2.0)
@@ -254,20 +248,20 @@ GEM
254248
rack
255249
rack-test (1.1.0)
256250
rack (>= 1.0, < 3)
257-
rails (6.0.4.6)
258-
actioncable (= 6.0.4.6)
259-
actionmailbox (= 6.0.4.6)
260-
actionmailer (= 6.0.4.6)
261-
actionpack (= 6.0.4.6)
262-
actiontext (= 6.0.4.6)
263-
actionview (= 6.0.4.6)
264-
activejob (= 6.0.4.6)
265-
activemodel (= 6.0.4.6)
266-
activerecord (= 6.0.4.6)
267-
activestorage (= 6.0.4.6)
268-
activesupport (= 6.0.4.6)
251+
rails (6.0.4.7)
252+
actioncable (= 6.0.4.7)
253+
actionmailbox (= 6.0.4.7)
254+
actionmailer (= 6.0.4.7)
255+
actionpack (= 6.0.4.7)
256+
actiontext (= 6.0.4.7)
257+
actionview (= 6.0.4.7)
258+
activejob (= 6.0.4.7)
259+
activemodel (= 6.0.4.7)
260+
activerecord (= 6.0.4.7)
261+
activestorage (= 6.0.4.7)
262+
activesupport (= 6.0.4.7)
269263
bundler (>= 1.3.0)
270-
railties (= 6.0.4.6)
264+
railties (= 6.0.4.7)
271265
sprockets-rails (>= 2.0.0)
272266
rails-controller-testing (1.0.5)
273267
actionpack (>= 5.0.1.rc1)
@@ -278,9 +272,9 @@ GEM
278272
nokogiri (>= 1.6)
279273
rails-html-sanitizer (1.4.2)
280274
loofah (~> 2.3)
281-
railties (6.0.4.6)
282-
actionpack (= 6.0.4.6)
283-
activesupport (= 6.0.4.6)
275+
railties (6.0.4.7)
276+
actionpack (= 6.0.4.7)
277+
activesupport (= 6.0.4.7)
284278
method_source
285279
rake (>= 0.8.7)
286280
thor (>= 0.20.3, < 2.0)
@@ -459,7 +453,7 @@ DEPENDENCIES
459453
devise (>= 4.7.1)
460454
ed25519 (~> 1.2.4)
461455
enumerize (~> 2.3.0)
462-
etda_utilities!
456+
etda_utilities (~> 0.0)
463457
factory_bot_rails (~> 5.0)
464458
faker (~> 2.11.0)
465459
font-awesome-rails (~> 4.7.0.0)

0 commit comments

Comments
 (0)