summaryrefslogtreecommitdiff
path: root/Gemfile
AgeCommit message (Expand)Author
2023-04-15backport fix for #4429 add support for Haml 6 to template converterDan Allen
2023-02-21upgrade nokogiri where it can be upgradedDan Allen
2022-10-14declare net-ftp as development dependency for Ruby >= 3.1.0Dan Allen
2022-10-12manage bundler groups correctly in CI workflowDan Allen
2022-07-27set up fully automated release [no ci]Dan Allen
2021-12-28drop outdated patch for open-uri-cachedDan Allen
2021-12-27add tests for open-uri/cached integration that is activated by the cache-uri ...Dan Allen
2021-07-30move asciimath dependency declaration to GemfileDan Allen
2021-07-30move all syntax highlighter dependencies to GemfileDan Allen
2021-07-30sort gems in Gemfile [skip ci]Dan Allen
2021-07-30add missing frozen string literal comment in Gemfile [skip ci]Dan Allen
2020-11-27add job to matrix that runs tests against AsciiMath 1Dan Allen
2020-11-02fix name of docs group in Gemfile [skip ci]Dan Allen
2019-12-14upgrade truffleruby in CI to 19.3.0 (PR #3506)Dan Allen
2019-08-25go back to using RUBY_ENGINE to change version of haml on TruffleRubyDan Allen
2019-08-25use shorthand declaration for haml gem on TruffleRubyDan Allen
2019-08-25upgrade truffleruby to 19.2.0; enable in nightly job (PR #3305)Guillaume Grossetie
2019-06-15resolves #3336 fix how options are passed to the Rouge lexer (PR #3339)Dan Allen
2019-06-14set pygments.rb version explicitly in CIDan Allen
2019-01-26resolves #2106 make syntax highlighter pluggable (PR #3016)Dan Allen
2019-01-10update development dependencies (PR #3000)Dan Allen
2018-11-15remove shippable configuration [skip ci]Dan Allen
2018-10-29don't run build on unsupported versions of Ruby (part of #2764)Dan Allen
2018-10-14upgrade nokogiri, but keep version pinned on JRuby (PR #2919)Dan Allen
2018-07-31map Concurrent::Hash to ThreadSafe::Cache in Ruby 1.8.7Dan Allen
2017-12-21move yard deps to Gemfile and remove rake taskDan Allen
2017-08-26fix broken GemfileDan Allen
2017-08-23lock mingw32 version of Ruby to nokogiri 1.7Dan Allen
2017-07-26update Ruby versions in CI environment (PR #2339)Dan Allen
2017-07-24lock version of tilt in Ruby 1.8.7 buildDan Allen
2017-06-24lock version of Haml if Ruby < 2Dan Allen
2017-05-16remove trailing spaces in sourceDan Allen
2017-05-07cap version of slim for Ruby 1.9.3; upgrade slim to 2.1.0 for Ruby 1.8.7Dan Allen
2017-03-03shift latest version of dep to gemspecDan Allen
2017-01-23upgrade cucumber and JRuby in CI build (PR #2005)Dan Allen
2016-11-29upgrade Nokogiri to 1.6.x (except on Ruby 1.8) (PR #1213)Dan Allen
2016-11-29always use 0 to represent floating number in pessimistic versionDan Allen
2016-11-29upgrade to Slim 3 (PR #1953)Vít Ondruch
2014-11-10enable CI reportsDan Allen
2013-10-25resolves #731 add initial Cucumber test infrastructureDan Allen
2013-05-15add Guardfile and deps for continuous testingDan Allen
2013-05-15add guard test dependencies and configurationLightGuard
2013-04-22Update Gemfile source to https URL as recommendedDan Allen
2012-12-19add Gemfile to enable `bundle install` for setupDan Allen