Skip to content

Commit

Permalink
Merge pull request #799 from degica/showwin/fix_debase_install
Browse files Browse the repository at this point in the history
Update debase version to install it successfully on mac
  • Loading branch information
showwin authored Sep 21, 2023
2 parents fc39966 + 45450bd commit e6d44ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'vault'
gem 'tzinfo', '~> 1.2.10'

group :development, :test do
gem 'debase'
gem 'debase', '~> 0.2.5.beta2'
gem 'pry-byebug'
gem 'pry-rails'
gem 'ruby-debug-ide'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ GEM
rexml
crass (1.0.6)
date (3.3.3)
debase (0.2.4.1)
debase-ruby_core_source (>= 0.10.2)
debase-ruby_core_source (3.2.0)
debase (0.2.5.beta2)
debase-ruby_core_source (>= 0.10.12)
debase-ruby_core_source (3.2.2)
delayed_job (4.1.11)
activesupport (>= 3.0, < 8.0)
delayed_job_active_record (4.1.7)
Expand Down Expand Up @@ -350,7 +350,7 @@ DEPENDENCIES
aws-sdk-s3
aws-sdk-sns
aws-sdk-ssm
debase
debase (~> 0.2.5.beta2)
delayed_job_active_record
factory_bot_rails
gibberish
Expand Down

0 comments on commit e6d44ff

Please sign in to comment.