This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new e7520079 Update to latest sinatra
e7520079 is described below
commit e7520079fd219f83018f882dea4495ece854d192
Author: Sebb <[email protected]>
AuthorDate: Wed Nov 27 23:58:25 2024 +0000
Update to latest sinatra
---
www/board/agenda/Gemfile | 2 +-
www/roster/Gemfile | 2 +-
www/secretary/workbench/Gemfile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index 422cf701..e846e523 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -15,7 +15,7 @@ gem 'rubyzip', '~> 2.3.0' # 3.0 is incompatible
gem 'rake'
gem 'wunderbar'
gem 'ruby2js'
-gem 'sinatra', '~> 2.0'
+gem 'sinatra'
gem 'nokogiri'
gem 'execjs'
gem 'listen'
diff --git a/www/roster/Gemfile b/www/roster/Gemfile
index dd0bc99b..5dec471e 100644
--- a/www/roster/Gemfile
+++ b/www/roster/Gemfile
@@ -15,7 +15,7 @@ end
gem 'rake'
gem 'wunderbar'
gem 'ruby2js'
-gem 'sinatra', '~> 2.0'
+gem 'sinatra'
gem 'nokogiri'
gem 'mail'
gem 'kramdown'
diff --git a/www/secretary/workbench/Gemfile b/www/secretary/workbench/Gemfile
index aa02bb3c..32035812 100644
--- a/www/secretary/workbench/Gemfile
+++ b/www/secretary/workbench/Gemfile
@@ -15,7 +15,7 @@ end
gem 'mail'
gem 'rake'
gem 'zip'
-gem 'sinatra', '~> 2.0'
+gem 'sinatra'
gem 'sanitize'
gem 'wunderbar'
gem 'ruby2js'