Skip to content

Commit

Permalink
Setup .buildpacks for using multiple buildpacks on Scalingo
Browse files Browse the repository at this point in the history
  • Loading branch information
kanad-smartbear committed Feb 28, 2023
1 parent 369a354 commit f69f097
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .buildpacks
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/Scalingo/ruby-buildpack
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.0.4
ruby 3.1.1
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem 'i18n', '~> 0.7', '>= 0.7.0'
gem 'nokogiri', '~> 1.10'
gem 'multipart-post', '~> 2.1', '>= 2.1.1'
gem 'ruby_version', '~> 1'
gem 'rackup'#, '~> 2.1'

if ENV['RUBY_HANDLEBARS_GEM_PATH']
gem 'ruby-handlebars', path: ENV['RUBY_HANDLEBARS_GEM_PATH']
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ GEM
public_suffix (4.0.6)
racc (1.6.0)
rack (2.2.3)
rackup (1.0.0)
rack (< 3)
webrick
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
Expand Down Expand Up @@ -130,6 +133,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.1)
zeitwerk (2.5.4)

PLATFORMS
Expand All @@ -147,6 +151,7 @@ DEPENDENCIES
parseconfig (~> 1.0, >= 1.0.4)
pry (~> 0)
pry-byebug (~> 3)
rackup
rspec (~> 3.3)
rspec-mocks (~> 3.3)
rspec_junit_formatter
Expand Down
3 changes: 3 additions & 0 deletions config.ru
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#\ --server puma
require "rubygems"

0 comments on commit f69f097

Please sign in to comment.