Skip to content

Commit fb1ff2c

Browse files
committed
[ruby/sinatra] Upgrade Sinatra to v4
1 parent f12751f commit fb1ff2c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

frameworks/Ruby/sinatra-sequel/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gem 'oj'
44
gem 'passenger', '~> 6.0', :platforms=>[:ruby, :mswin], :require=>false
55
gem 'puma', '~> 6.4', :require=>false
66
gem 'sequel', '~> 5.0'
7-
gem 'sinatra', '~> 3.0', :require=>'sinatra/base'
7+
gem 'sinatra', '~> 4.0', :require=>'sinatra/base'
88
gem 'unicorn', '~> 6.1', :platforms=>[:ruby, :mswin], :require=>false
99

1010
group :mysql do

frameworks/Ruby/sinatra-sequel/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ The tests will be run with:
1515
* [Ruby 3.3](http://www.ruby-lang.org)
1616
* [JRuby 9.4](http://jruby.org)
1717
* [Puma 6](http://puma.io)
18-
* [Passenger 5](https://www.phusionpassenger.com)
18+
* [Passenger 6](https://www.phusionpassenger.com)
1919
* [Unicorn 5](https://bogomips.org/unicorn/)
20-
* [Sinatra 3](http://www.sinatrarb.com)
20+
* [Sinatra 4](http://www.sinatrarb.com)
2121
* [Sequel 5](http://sequel.jeremyevans.net)
2222
* [Slim 3](http://slim-lang.com)
2323
* [MySQL 5.5](https://www.mysql.com)

frameworks/Ruby/sinatra/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gem 'activerecord', '~> 7.1', require: 'active_record'
44
gem 'oj'
55
gem 'passenger', '~> 6.0', platforms: [:ruby, :mswin], require: false
66
gem 'puma', '~> 6.4', require: false
7-
gem 'sinatra', '~> 3.0', require: 'sinatra/base'
7+
gem 'sinatra', '~> 4.0', require: 'sinatra/base'
88
gem 'unicorn', '~> 6.1', platforms: [:ruby, :mswin], require: false
99

1010
group :mysql do

frameworks/Ruby/sinatra/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The tests will be run with:
1616
* [Puma 6](http://puma.io)
1717
* [Passenger 6](https://www.phusionpassenger.com)
1818
* [Unicorn 6](https://bogomips.org/unicorn/)
19-
* [Sinatra 3](http://www.sinatrarb.com)
19+
* [Sinatra 4](http://www.sinatrarb.com)
2020
* [ActiveRecord 7](https://github.com/rails/rails/tree/master/activerecord)
2121
* [MySQL 5.5](https://www.mysql.com)
2222
* [Postgres 9.3](https://www.postgresql.org)

0 commit comments

Comments
 (0)