Skip to content

Commit

Permalink
downgrade ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
Heron committed Aug 25, 2021
1 parent 807b3a1 commit b71e6e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Check https://circleci.com/docs/2.0/language-ruby/ for more details
#

app-image: &app-image circleci/ruby:2.5.3-node
app-image: &app-image circleci/ruby:2.5.0-node
app-env: &app-env
BUNDLE_PATH: vendor/bundle

Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.3
2.5.0
4 changes: 2 additions & 2 deletions bundle_notification.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Gem::Specification.new do |spec|
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.required_ruby_version = '2.5.3'
spec.required_ruby_version = '2.5.0'

spec.add_development_dependency 'actionmailer', '~> 6.1.4'
spec.add_development_dependency 'bundler', '~> 2.2.22'
spec.add_development_dependency 'bundler', '~> 1.14'
spec.add_development_dependency 'factory_girl'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.0'
Expand Down

0 comments on commit b71e6e6

Please sign in to comment.