You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/11/25 15:05:25 UTC

[whimsy] branch master updated: Ruby is over 21 now, no need for handholding...

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 00eb29f  Ruby is over 21 now, no need for handholding...
00eb29f is described below

commit 00eb29f35be4bd4e85838bae899b75e543c42efe
Author: Sebb <se...@apache.org>
AuthorDate: Mon Nov 25 15:05:17 2019 +0000

    Ruby is over 21 now, no need for handholding...
---
 Gemfile                         | 2 +-
 www/project/icla/Gemfile        | 4 ++--
 www/roster/Gemfile              | 2 +-
 www/secretary/Gemfile           | 2 +-
 www/secretary/workbench/Gemfile | 2 +-
 www/status/Gemfile              | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Gemfile b/Gemfile
index 4a793e8..c400b6b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,4 @@
 source 'https://rubygems.org'
 
 gemspec
-gem 'mime-types', ('~> 2.99' if RUBY_VERSION < '2')
+gem 'mime-types'
diff --git a/www/project/icla/Gemfile b/www/project/icla/Gemfile
index ba7c1a9..0042afb 100644
--- a/www/project/icla/Gemfile
+++ b/www/project/icla/Gemfile
@@ -17,7 +17,7 @@ gem 'wunderbar', '>= 1.2.6'
 gem 'ruby2js'
 gem 'sinatra'
 gem 'nokogumbo'
-gem 'execjs', ('<2.5.1' if RUBY_VERSION =~ /^1/)
+gem 'execjs'
 
 group :test do
   gem 'rspec'
@@ -27,5 +27,5 @@ end
 
 group :demo do
   gem 'puma'
-  gem 'listen', ('~> 3.0.7' if RUBY_VERSION =~ /^2\.[01]/)
+  gem 'listen'
 end
diff --git a/www/roster/Gemfile b/www/roster/Gemfile
index ca5a8da..a77beab 100644
--- a/www/roster/Gemfile
+++ b/www/roster/Gemfile
@@ -23,5 +23,5 @@ gem 'sanitize'
 
 group :development do
   gem 'passenger'
-  gem 'listen', ('~> 3.0.7' if RUBY_VERSION =~ /^2\.[01]/)
+  gem 'listen'
 end
diff --git a/www/secretary/Gemfile b/www/secretary/Gemfile
index 36ba019..e8272ac 100644
--- a/www/secretary/Gemfile
+++ b/www/secretary/Gemfile
@@ -11,5 +11,5 @@ end
 gem 'ruby2js', '>= 2.0.0'
 gem 'wunderbar'
 gem 'mail'
-gem 'mime-types', ('~> 2.99' if RUBY_VERSION < '2')
+gem 'mime-types'
 
diff --git a/www/secretary/workbench/Gemfile b/www/secretary/workbench/Gemfile
index b7893aa..c86c7c9 100644
--- a/www/secretary/workbench/Gemfile
+++ b/www/secretary/workbench/Gemfile
@@ -19,7 +19,7 @@ gem 'sanitize'
 gem 'wunderbar'
 gem 'ruby2js', '>= 2.1.18'
 gem 'execjs'
-gem 'listen', ('~> 3.0.7' if RUBY_VERSION =~ /^2\.[01]/)
+gem 'listen'
 gem 'escape'
 
 group :demo do
diff --git a/www/status/Gemfile b/www/status/Gemfile
index 9aaecb8..f7be176 100644
--- a/www/status/Gemfile
+++ b/www/status/Gemfile
@@ -6,4 +6,4 @@ gem 'whimsy-asf', asf_version, path: File.expand_path(root, __FILE__)
 
 gem 'passenger'
 
-gem 'mime-types', ('~> 2.99' if RUBY_VERSION < '2')
+gem 'mime-types'