summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorThorben Starsy <[email protected]>2020-12-29 22:59:19 +0100
committerThorben Starsy <[email protected]>2020-12-29 22:59:25 +0100
commit5273b5724b577d9090801b3e9a1dc6cbd577d38b (patch)
tree7630d98b3c2d85805f79cf1982195cc2a2a14dad /Gemfile
parentb6b220fc656149760390da7914cc12e0a8a002be (diff)
downloadcaxlsx-5273b5724b577d9090801b3e9a1dc6cbd577d38b.tar.gz
caxlsx-5273b5724b577d9090801b3e9a1dc6cbd577d38b.zip
Removes Rubinius from Travis build matrix
1. For some reason in MRI 3 the gems tagged as platform RBX in the Gemfile got installed anyways :/ 2. The RBX-specific gems were not compatible to be installed with MRI 3 3. The RBX-3 target was allowed to fail and failed for a while as RVM was not even able to install that Rubinius version 4. -> Remove RBX from the build matrix solves some problems
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Gemfile b/Gemfile
index 91fc31db..4aa4c3d7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,11 +9,4 @@ end
group :profile do
gem 'ruby-prof', :platforms => :ruby
-end
-
-platforms :rbx do
- gem 'rubysl'
- gem 'rubysl-test-unit'
- gem 'racc'
- gem 'rubinius-coverage', '~> 2.0'
-end
+end \ No newline at end of file