Peter Goldstein

Results 70 issues of Peter Goldstein

In addition to adding Ruby 3.1 and Rails 7 to the CI configuration, this PR: 1. Creates a Rails 7 gemfile 2. Loosens the restriction on activemodel in the gemspec...

This PR migrates CI to GitHub Actions as Travis CI.org is no longer active. Given that the Gemfile runs with Rails 7, we're running those Rubies which are compatible with...

Adds Ruby 3.1 and Rails 7 to the CI matrix. To do this, the following additional changes were required: 1. Relaxing the allowed version of `ruby/setup-ruby` 2. Quoting the use...

The created and modified values in the TTF header is a custom type called a long date time. A definition can be found here: https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6.html The bytes are big endian...

This PR migrates CI to GitHub actions. To get CI running with `ruby-head` we update the `rake` requirement to `~> 13`

This PR adds Ruby 3.1 to the CI matrix.

## What is the current behavior? GitHub Actions in CI configuration are not updated as new versions are made available. ## What is the new behavior? This PR adds Dependabot...

This adds Rails 7 and Ruby 3.1 to the CI runs. Other than adding the Rails 7 gemfile and the Ruby version to the CI configuration, the only additional change...

## What is the current behavior? CI only runs against Ruby 2.4 and 2.7 ## What is the new behavior? CI runs against Ruby 2.4, 2.7, 3.0, 3.1, and head...

In addition to the necessary changes to the `workflow.yml` - added `3.1` and excluding unsupported ActiveRecord/Ruby combinations, the following changes were made: 1. Updated gemfiles to modern versions of rake...