summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
AgeCommit message (Collapse)Author
2023-05-05Improve benchmarking / profilingPaul Kmiec
Added zip_command variant to benchmark.rb and added profile_memory.rb based on the `memory_profiler` gem.
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-05-03Introduce RuboCop performanceGeremia Taglialatela
Also fixes performance offences in non-production code
2023-05-03Lock RuboCop versionsGeremia Taglialatela
2023-05-03Add RuboCop MinitestGeremia Taglialatela
2023-04-12Mock out external image requests to make the CI more stableKoza
2023-04-06Add RuboCopGeremia Taglialatela
2020-12-29Removes Rubinius from Travis build matrixThorben Starsy
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
2020-11-12Remove lines referring to Ruby 1.x from GemfileStefan
We only support Ruby 2.3 and newer (see axlsx.gemspec).
2017-04-01feat(ruby): update supported ruby versions and gem dependenciesrandym
2016-11-23fix: load ruby-prof for mriMichael Zaccari
This fixes bundle installs for JRuby
2016-09-06Adjust the Gemfile to work with older Rake on older Ruby 1.xUwe Kubosch
2015-01-12Fix #fit_to to work correctly and fix tests under Ruby 2.2.0Jurriaan Pruis
9999 is too big
2014-01-02Travis rbx fixesJurriaan Pruis
2013-09-13Fixes for anchor swapping when adding images. - Two -> One swap still pending.Randy Morgan
2013-04-19Moved simplecov dependency to GemfileRandy Morgan
2013-04-12Grouped profile toolsRandy Morgan
2013-04-12Updated gemfile source and added ruby-profRandy Morgan
2012-08-02fun with travisRandy Morgan
2011-12-03update gemspec to require proper rake version so 1.9.2 does not break on DSL ↵Randy Morgan
missing.
2011-12-03Testing if travis can pull the requirements from gemspec.Randy Morgan
2011-11-29trying for travis.Randy Morgan
2011-11-29travis says that activesupport inflections require i18n - adding it in as a ↵Randy Morgan
test.
2011-11-29more fun with travis.ciRandy Morgan
2011-11-27adding in row_style and col_style methods to worksheet and active record ↵Randy Morgan
'acts_as_axlsx' to provide to_xlsx.