Skip to content

Commit ea5270f

Browse files
committed
active_hashcash
1 parent 4eeab64 commit ea5270f

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby "4.0.2"
55

66
gem "activestorage-scaleway-service"#, path: "../activestorage-scaleway-service"
7-
gem "active_hashcash", github: "BaseSecrete/active_hashcash"
7+
gem "active_hashcash"
88
gem "active_storage_validations", "~> 1"
99
gem "add_to_calendar"
1010
gem "aws-sdk-s3"

Gemfile.lock

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
GIT
2-
remote: https://github.com/BaseSecrete/active_hashcash.git
3-
revision: ac77ae03162dc9062f5b15050b379e27d470683e
4-
specs:
5-
active_hashcash (0.4.0)
6-
rails (>= 5.2.0)
7-
81
GIT
92
remote: https://github.com/SebouChu/unsplash_rb.git
103
revision: 89cd31efed1955430172a4c51d6b8f0b70015404
@@ -102,6 +95,8 @@ GEM
10295
erubi (~> 1.11)
10396
rails-dom-testing (~> 2.2)
10497
rails-html-sanitizer (~> 1.6)
98+
active_hashcash (0.4.0)
99+
rails (>= 5.2.0)
105100
active_storage_validations (1.4.0)
106101
activejob (>= 6.1.4)
107102
activemodel (>= 6.1.4)
@@ -821,7 +816,7 @@ PLATFORMS
821816
x86_64-linux
822817

823818
DEPENDENCIES
824-
active_hashcash!
819+
active_hashcash
825820
active_storage_validations (~> 1)
826821
activestorage-scaleway-service
827822
add_to_calendar

0 commit comments

Comments
 (0)