Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion fixtures/default/custom_gemfile/Gemfile-APP
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source 'https://rubygems.org'
ruby "~>3.1.0"
ruby "~>3.2.0"
gem "cf-app-utils"
gem 'rackup'
gem "webrick"
gem "sinatra"
37 changes: 26 additions & 11 deletions fixtures/default/custom_gemfile/Gemfile-APP.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,43 @@
GEM
remote: https://rubygems.org/
specs:
base64 (0.3.0)
cf-app-utils (0.6)
mustermann (3.0.0)
logger (1.7.0)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
rack (2.2.4)
rack-protection (3.0.4)
rack
rack (3.2.4)
rack-protection (4.2.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rackup (2.3.1)
rack (>= 3)
ruby2_keywords (0.0.5)
sinatra (3.0.4)
sinatra (4.2.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.4)
rack (>= 3.0.0, < 4)
rack-protection (= 4.2.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.0.11)
webrick (1.7.0)
tilt (2.7.0)
webrick (1.9.2)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
cf-app-utils
rackup
sinatra
webrick

RUBY VERSION
ruby 3.1.3p185
ruby 3.2.9p265

BUNDLED WITH
2.4.19
163 changes: 0 additions & 163 deletions fixtures/default/rails6_sprockets/Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion fixtures/default/rails7/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '~> 3.1.0'
ruby '~> 3.2.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.1'
Expand Down
Loading
Loading