Skip to content

Commit fb254c5

Browse files
Sophie Wigmorerobdimsdale
authored andcommitted
update test fixtures off of ruby 2.0
1 parent 823bf85 commit fb254c5

10 files changed

Lines changed: 21 additions & 7 deletions

File tree

integration/testdata/bundler_version_1_17/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '~> 2.0'
3+
ruby '~> 3.1'
44

55
gem 'sinatra', '~>2.1.0'
66

integration/testdata/bundler_version_1_17/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ DEPENDENCIES
4242
sinatra (~> 2.1.0)
4343

4444
RUBY VERSION
45-
ruby 2.5.1p57
45+
ruby 3.1.4p223
4646

4747
BUNDLED WITH
48-
1.17.3
48+
1.17.3
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '~> 2.0'
3+
ruby '~> 3.0'
44

55
gem 'sinatra'
6+
gem 'puma'

integration/testdata/offline_app/Gemfile.lock

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ GEM
33
specs:
44
mustermann (1.1.1)
55
ruby2_keywords (~> 0.0.1)
6+
nio4r (2.5.9)
7+
puma (6.2.1)
8+
nio4r (~> 2.0)
69
rack (2.2.3)
710
rack-protection (2.1.0)
811
rack
@@ -18,8 +21,11 @@ PLATFORMS
1821
ruby
1922

2023
DEPENDENCIES
24+
puma
2125
sinatra
2226

2327
RUBY VERSION
24-
ruby 2.5.1p57
28+
ruby 3.1.4p223
2529

30+
BUNDLED WITH
31+
2.2.33
120 KB
Binary file not shown.
218 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '~> 2.0'
3+
ruby '~> 3.0'
44

55
gem 'sinatra'
6+
gem 'puma'

integration/testdata/offline_app_non_default_cache/Gemfile.lock

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ GEM
33
specs:
44
mustermann (1.1.1)
55
ruby2_keywords (~> 0.0.1)
6+
nio4r (2.5.9)
7+
puma (6.2.1)
8+
nio4r (~> 2.0)
69
rack (2.2.3)
710
rack-protection (2.1.0)
811
rack
@@ -18,8 +21,11 @@ PLATFORMS
1821
ruby
1922

2023
DEPENDENCIES
24+
puma
2125
sinatra
2226

2327
RUBY VERSION
24-
ruby 2.5.1p57
28+
ruby 3.1.4p223
2529

30+
BUNDLED WITH
31+
2.3.26
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)