Skip to content

Commit

Permalink
security gems updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rpruizc committed Sep 28, 2021
1 parent 9926063 commit 996f5a4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ pkg/*
.DS_Store
.env
spec/dummy/tmp/*
spec/dummy/log/*.log
spec/dummy/log/*.log
.idea/*
9 changes: 9 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cryptograpi_ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'vcr', '~> 6.0'

# Use an embedded rails app for testing
spec.add_development_dependency 'rails', '~> 6.1'
spec.add_development_dependency 'rails', '~> 6.1.4.1'
spec.add_development_dependency 'rspec-rails', '~> 4.0'



spec.add_runtime_dependency 'activesupport', '~> 6.1'
spec.add_runtime_dependency 'activesupport', '~> 6.1.4.1'
spec.add_runtime_dependency 'configparser', '>=0.1'
spec.add_runtime_dependency 'httparty', '~> 0.18'
spec.add_runtime_dependency 'httparty', '~> 0.19'
spec.add_runtime_dependency 'rb-readline', '~> 0.5'
spec.add_runtime_dependency 'tzinfo-data', '>= 1'
spec.add_runtime_dependency 'webrick', '~> 1.7'
Expand Down
2 changes: 1 addition & 1 deletion lib/cryptograpi_ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CryptograpiRuby
VERSION = '0.0.1'
VERSION = '0.0.1.2'
end

0 comments on commit 996f5a4

Please sign in to comment.