Skip to content

Commit

Permalink
Add ed25519 gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jrusiczkisv committed Dec 22, 2020
1 parent 95ed6db commit 5003222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ group :development, :test do
gem 'capistrano-passenger'
gem 'capistrano-rails'
gem 'capistrano-rvm'
gem 'ed25519'
gem 'pry'
gem 'rspec-rails'
gem 'rspec_junit_formatter' # for CircleCI
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ GEM
diff-lcs (1.4.4)
down (5.2.0)
addressable (~> 2.5)
ed25519 (1.2.4)
erubi (1.10.0)
faraday (1.1.0)
multipart-post (>= 1.2, < 3)
Expand Down Expand Up @@ -327,6 +328,7 @@ DEPENDENCIES
capistrano-rails
capistrano-rvm
capybara (>= 2.15)
ed25519
faraday
friendly_id (~> 5.4.0)
image_processing (~> 1.8)
Expand Down

0 comments on commit 5003222

Please sign in to comment.