Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/freerange/site

Go Free Range website
https://github.com/freerange/site

Bump aws-sdk-s3 from 1.117.1 to 1.117.2

Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.117.1 to 1.117.2.
- [Release note...

cb5c234eb993af082caec7b5ae43039f9ef8073a authored about 2 years ago
Bump timecop from 0.9.5 to 0.9.6

Bumps [timecop](https://github.com/travisjeffery/timecop) from 0.9.5 to 0.9.6.
- [Release notes]...

5782c6feb33fc07faff2166b088dc601ba528442 authored about 2 years ago
Bump bootsnap from 1.14.0 to 1.15.0

Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.14.0 to 1.15.0.
- [Release notes](h...

9c73c1f70e613648c5ed541dbb5e0f67fe45c481 authored about 2 years ago
Use Ubuntu 22 in Vagrantfile

To match the OS used in the heroku-22 stack that I'm planning to migrate
us to.

b5ff5f9add65c6759cc4419206b27b350f1b8f10 authored about 2 years ago
Use Ruby 3.1.2 in Vagrantfile

I missed this in 892b32c83567c8a490eadfa03a1a18a948d4abe7.

8276b663cfe80bc120640bcf23982a0a27cf1774 authored about 2 years ago
Use Ruby 3.1.2 in GitHub action

I missed this one in 892b32c83567c8a490eadfa03a1a18a948d4abe7.

d184b89248d93abc62ae0efec52c13aa86ef5f19 authored about 2 years ago
Bump capybara from 3.37.1 to 3.38.0

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.37.1 to 3.38.0.
- [Release not...

01ff8b7054b216c006fe126521b7108f9f3d8432 authored about 2 years ago
Bump bootsnap from 1.13.0 to 1.14.0

Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.13.0 to 1.14.0.
- [Release notes](h...

3387fba35f4a3d313a676c67eb0a73c3e5c03cfe authored about 2 years ago
Upgrade to Ruby 3.1.2

This all appears to be working as expected...

892b32c83567c8a490eadfa03a1a18a948d4abe7 authored about 2 years ago
Merge pull request #306 from freerange/upgrade-to-rails-7

Upgrade to rails 7

5e0e3cc24a13dfa18899a14cb1b856fce400cc05 authored about 2 years ago
Load Rails 7 defaults

And remove the now redundant:

- `config.active_support.cache_format_version = 7.0`
- new_framew...

5a79d3345b0c9cfc92bc5fc8c3d8e3ff6246a826 authored about 2 years ago
Use Rails 7 cache_format_version

It's added to application.rb as per the comments in
new_framework_defaults_7_0.rb

7bce028860676be232ed52bdbf7c1aa3899f25c4 authored about 2 years ago
Use Rails 7 cookies_serializer

We were already using the json serializer but I've removed the
initializer now that json is the ...

19cdff67b0941413672bf2984df5e95d4877e7c7 authored about 2 years ago
Use Rails 7 default_headers

This changes the X-XSS-Protection header from "1; mode=block" to "0" to
disable potentially prob...

692f8a28c108ab136af96fcfd6f3113515c8480d authored about 2 years ago
Use Rails 7 use_rfc4122_namespaced_uuids

This setting means that passing a non-UUID string to
`Digest::UUID.uuid_v3` or `Digest::UUID.uui...

d834052a8a38a81658d4562a58618256f76b5d55 authored about 2 years ago
Use Rails 7 wrap_parameters_by_default

This replaces the initializer.

75297d05954666a825528888cfa85fa3385ac183 authored about 2 years ago
Use Rails 7 raise_on_open_redirects

Based on the comment I can't imagine why we wouldn't want to accept
this.

2eff792620d6800afd5681e2d8cf8d4fe491d9c8 authored about 2 years ago
Use Rails 7 isolation_level

We're using Puma as our server (which doesn't use fibres as far as I'm
aware) and we don't have ...

c13af1675969009351c3e716135b0731486d5c07 authored about 2 years ago
Set Cache-Control header for asset pipeline assets

Reapplying this commit [1] after Rails upgrade.

The RAILS_SERVE_STATIC_FILES env var is set in ...

46520e6a16e87c32058367f10469af9234dd27b1 authored about 2 years ago
Force all access to the production app to be over SSL

Reapplying this commit [1] after Rails upgrade.

This replicates the functionality that was in o...

03829b6216feb8ed8a32b5407bf56864f62f3343 authored about 2 years ago
Use Rails 7 button_to_generates_button_tag

We're only using `button_to` in the /lms-test page. I checked it
before/after toggling the new R...

af922d0c46cf406d6c119223dcd873dce1385a80 authored about 2 years ago
Use Rails 7 apply_stylesheet_media_default

This no longer adds `media="screen"` attribute to stylesheet link tags.
When there's no media at...

ff0103a0494c7a7a635b39574f280a5f828067d3 authored about 2 years ago
Use Rails 7 key_generator_hash_digest_class

As far as I can tell we're not encrypting any data and so I don't think
we need to worry about n...

ed9072371334ffc95eba4eb7275b824fa91f913a authored about 2 years ago
Upgrade to Rails 7

574d7a15023ce6f38c7caa7268b03d2cb00dd69f authored about 2 years ago
Use Date#to_fs

To fix deprecation warning:

DEPRECATION WARNING: Date#to_s(:full_ordinal) is deprecated. Please...

8a66b225b4bc6e73850cd7763c3fb50565fab54c authored about 2 years ago
Require sprockets in application.rb

This partially reverts the changes in "Update Rails config".

We're still relying on sprockets t...

987f0657c1fd8a825664eb9c82831f073693bdf5 authored about 2 years ago
Move use of Rack::Deflater middleware into initializer

So that we can use `rails app:update` to regenerate
config/application.rb without worrying about...

0cf799d5cbe7bbbcc3815a5630e7899b6045510c authored about 2 years ago
Update Rails config

By running `rails app:update` and accepting all the changes.

I will reinstate some desirable be...

05cc2543c00eea56536ed8f400619baf866441a4 authored about 2 years ago
Use Rails 7 executor_around_test_case

The tests still pass so I presume this is OK.

7c264a3994ab51165c792f16df196a8469e5c16e authored about 2 years ago
Use Rails 7 hash_digest_class

The comment suggests that enabling this new default will cause ETags and
cache keys to change. I...

b00849adaf0f6ab56c080906ea77b5b84a967814 authored about 2 years ago
Use Rails 7 remove_deprecated_time_with_zone_name

I can't quite work out what this is doing but it doesn't seem to affect
anything as far as I can...

a21ba5630aad20ae59ff719295572bc88b40fbfa authored about 2 years ago
Publish article re supporting open-source

f72c61186bc362ab2473507ddd324ece2921cf4c authored about 2 years ago
Add rel="me" to Mastodon account link to verify

1cdc0553f57d1436aeaf478d824912a67bd02512 authored about 2 years ago
Add @[email protected] Mastodon contact

a5448d6748915cd55ba29d65ce4407e7942563b6 authored about 2 years ago
Add CTA to article re support for open-source

As suggested by @chrislo in #311.

b4757223b275875a9560f032c259b6e5644fd822 authored about 2 years ago
A few small changes to the draft

I think the draft looks really good @floehopper!

I've made a few small suggestions, mostly cutt...

8abbb2b529e4b8a787469efa82fa38d126977bfd authored about 2 years ago
First draft of an article re our support for OSS

31f6dd394d73cce8c3d7c4e6917a6623bf716eed authored over 2 years ago
Cross-post blog post re Mocha v2 release

2b340a70c937f7b03a720812e21bdb00eb20446c authored over 2 years ago
Bump aws-sdk-s3 from 1.117.0 to 1.117.1

Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.117.0 to 1.117.1.
- [Release note...

5f61e6ba8f6ccabd5142e904c92c0afe275a1860 authored over 2 years ago
Bump aws-sdk-s3 from 1.116.0 to 1.117.0

Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.116.0 to 1.117.0.
- [Release note...

1ab6bcba07a5cdb624c02bd25bf05f2fdd812e4f authored over 2 years ago
Bump aws-sdk-s3 from 1.115.0 to 1.116.0

Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.115.0 to 1.116.0.
- [Release note...

cbc5da616435657f53fc58208b0a9952522f2049 authored over 2 years ago
Bump rollbar from 3.3.1 to 3.3.2

Bumps [rollbar](https://github.com/rollbar/rollbar-gem) from 3.3.1 to 3.3.2.
- [Release notes](h...

ccf7f35e17b26947b43f5e9012fe8543cd399a5f authored over 2 years ago
Use Ruby 3.0.4

As a step toward upgrading to Ruby 3.1 and Rails 7.

16b9f14a6a9649eb3295c89145b08a8c7c5c8ea5 authored over 2 years ago
Bump aws-sdk-s3 from 1.114.0 to 1.115.0

Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.114.0 to 1.115.0.
- [Release note...

e6bbbf77ef604f7dde29bad0bd1171be0dfa47c7 authored over 2 years ago
Bump rspec-rails from 6.0.0 to 6.0.1

Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.0.0 to 6.0.1.
- [Release notes]...

041e4cd8c7dcb10fc6442ae6982cf648417d9e3e authored over 2 years ago
Bump aws-sdk-s3 from 1.103.0 to 1.114.0

Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.103.0 to 1.114.0.
- [Release note...

5d21518c98dc9ad28e8e6e952e9ce0507273da01 authored over 2 years ago
Bump puma from 5.6.5 to 6.0.0

Bumps [puma](https://github.com/puma/puma) from 5.6.5 to 6.0.0.
- [Release notes](https://github...

0613dfe26fd1bd2609e9f97c668e24619676b30b authored over 2 years ago
Indicate that we're available to take on projects

e78f10c3909f8d0b4f122142e4a156743db8dafb authored over 2 years ago
Lock nix config so ruby_2_7 = ruby v2.7.6

Start dev env using `flake develop`.

8eeb9ac8eb7c6dd463cd0e83e331bfb03b125ab9 authored over 2 years ago
Update gemset.nix to match latest Gemfile

b87192174de20089eab5de329e3a8d9ae2901bfb authored over 2 years ago
Upgrade Ruby from v2.7.4 -> v2.7.6

In order to be supported by the Heroku-20 stack.

Note that I haven't checked the Vagrantfile ch...

e572220245e46b8852b24136e0153b1ad44d9bf4 authored over 2 years ago
Delete public-keys.snip.html

These are out-of-date and our public keys are available
from our GitHub profiles.

1fb6a07e13f4078956f058a5743233ee8443a4b3 authored over 2 years ago
Bump rspec-rails from 5.1.2 to 6.0.0

Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 5.1.2 to 6.0.0.
- [Release notes]...

7c4f3a546ed1626310f50eeda9babc20e6d1b7d4 authored over 2 years ago
Add Vagrantfile

So that I can work on the project in a VM.

a86cc2701b76285f793502db98d0d6bcf610bd37 authored over 2 years ago
Update Coops UK logo

With the latest version from https://www.uk.coop/resources/member-co-operatives-uk-logo?check_lo...

0bbd6d559494827b58e96b23a7732a2868038488 authored over 2 years ago
Bump tinify from 1.5.1 to 1.6.0

Bumps [tinify](https://github.com/tinify/tinify-ruby) from 1.5.1 to 1.6.0.
- [Release notes](htt...

19b1b21de233d21eb7d19ede95c3c09f8bb25db6 authored over 2 years ago
Bump rails from 6.1.6.1 to 6.1.7

Bumps [rails](https://github.com/rails/rails) from 6.1.6.1 to 6.1.7.
- [Release notes](https://g...

b32e3c724b6730e18f0f195b4d122b02e3ffa205 authored over 2 years ago
Update working-together.snip.markdown

dcbd1fffbfc5ddc3222f210ed118f262900e9183 authored over 2 years ago
Bump puma from 5.6.4 to 5.6.5

Bumps [puma](https://github.com/puma/puma) from 5.6.4 to 5.6.5.
- [Release notes](https://github...

60a1ff512670eb3f9e1d49cc37ded9245a37ab15 authored over 2 years ago
Tweak page title for LMS Test page

e0e6c16a7988974466f52f0cee3a1f8814604297 authored over 2 years ago
Add primitive LTI launch capability to LMS test

For launching FL courses for a given learner.

292d905bc28d3f1aff80c709dc55f0e60808bbf3 authored over 2 years ago
Tweak LMS test page title

410cfc793341bac5d0526f86a7f11e30de8add70 authored over 2 years ago
Test LMS page for FL demo

b5b846288ce14d012577ef0cb14fceb7ae47bf99 authored over 2 years ago
Bump bootsnap from 1.12.0 to 1.13.0

Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.12.0 to 1.13.0.
- [Release notes](h...

ec831f45be94fb48316bd98944eb35403e17d7f3 authored over 2 years ago
Bump dotenv-rails from 2.7.6 to 2.8.1

Bumps [dotenv-rails](https://github.com/bkeepers/dotenv) from 2.7.6 to 2.8.1.
- [Release notes](...

ecde7f5de1356f30b2b533231c0ae51bfc29a99b authored over 2 years ago
Bump rails from 6.1.6 to 6.1.6.1

Bumps [rails](https://github.com/rails/rails) from 6.1.6 to 6.1.6.1.
- [Release notes](https://g...

1dd677c9a29838aeadd9c709a18c8deafa2a8cc7 authored over 2 years ago
Bump rails-html-sanitizer from 1.4.2 to 1.4.3

Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.2 to 1.4.3....

4e4ebcbec0d56ef644c22141142b27f7b897eb80 authored over 2 years ago
Bump rollbar from 3.3.0 to 3.3.1

Bumps [rollbar](https://github.com/rollbar/rollbar-gem) from 3.3.0 to 3.3.1.
- [Release notes](h...

939d3aaeb1bb326f8ff2213d07e2846902f798a4 authored over 2 years ago
Add TXT record for MS Office 365

@chrisroos Thinks he added this so he could signup to a trial of MS Office 365
for the Circular...

8af3ec456a056fb1950663c457881ce15bb4524a authored over 2 years ago
Create week-700

577aa607cd9b510bbe1a8b807f1d35bf685bd3b1 authored over 2 years ago
Bump soup from 1.0.14 to 1.0.15

Bumps [soup](http://lazyatom.com) from 1.0.14 to 1.0.15.

---
updated-dependencies:
- dependency...

1d88f2269b042834cf968e62660914df48335a1e authored over 2 years ago
Bump jmespath from 1.4.0 to 1.6.1

Bumps [jmespath](https://github.com/trevorrowe/jmespath.rb) from 1.4.0 to 1.6.1.
- [Release note...

0c026a66dedb8ae8bcf8898ae94569f63d1e9c80 authored over 2 years ago
Bump rack from 2.2.3 to 2.2.3.1

Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.3.1.
- [Release notes](https://gith...

bb9e6a84b4fbc9de989812c802e9250b62886c4a authored over 2 years ago
Bump bootsnap from 1.11.1 to 1.12.0

Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.11.1 to 1.12.0.
- [Release notes](h...

75f675c4336045a9ca186a782b18ff199266b12e authored over 2 years ago
Weeknotes 697

5b6af4c2822ce73d2698336628d4a8782537f07c authored over 2 years ago
Update README re Heroku deployments

I've just enabled the "Wait for CI to pass before deploy" option

7b3154a1857ece0b2d14e6e78add2eef6c803e2c authored over 2 years ago
Change GH Action Ruby version to match Gemfile

8191f949b8516e18350fc084c775262116eb2ca0 authored over 2 years ago
Update .ruby-version to match Gemfile

6558c6b64d8010a9cf1e3b71322e0a14b118ea0a authored over 2 years ago
Move GH Action workflow into correct directory

c3fc9ffa06ec6036d746ac4a51008b7a5e7187f7 authored over 2 years ago
First stab at a GH Action workflow to run tests

ee1af5d14cf907ace0f86e95dcd1554a36dbbdff authored over 2 years ago
Fix README - main vs master branch

2a2250b35486a2cbdef3ff56469cf091654995a1 authored over 2 years ago
Update gofreerange.com

Point video.gofreerange.com to an informative page on our website.

850a266a409fac4f343f66fe290d72453113a389 authored over 2 years ago
Redirect requests to video.gofreerange.com

To the new gfr-video-about page.

The GFR Video app was shutdown some time ago, but we still lin...

bc398e0a8d45994485ffc1269cbcb862e325afea authored over 2 years ago
Reproduce content from GFR Video about page

See https://github.com/freerange/video/blob/master/app/views/home/about.html.erb

I'm planning t...

9f27bb1659f56fa592a394b1c963e466947b3909 authored over 2 years ago
Update working together snip

7471736c035e506b1c5ec9464d7d19cf1c4f6187 authored over 2 years ago
Fix broken link

76bad4aace4830352a76de8f970ae8274020a52e authored over 2 years ago
Weeknotes 696

60c1106cf4554183dc46af97ab1242a6cf9453e8 authored over 2 years ago
Cross-post article re google-drive-backup

eb6c17558009b4260c6a9ef7f51a9fe9c335043c authored over 2 years ago
Create week-695

c837ef395ad5df70c63d6dc7b1c6d3aba5493142 authored over 2 years ago
Update gemset.nix

To include upgrades to rails & capybara.

d763a10cc9055b65a6245823f7d3c6ec4da84610 authored over 2 years ago
Bump capybara from 3.36.0 to 3.37.1

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.36.0 to 3.37.1.
- [Release not...

dd5326b3c5fb8db89fc6ec997b21202e3b5a2fb4 authored almost 3 years ago
Bump rails from 6.1.5.1 to 6.1.6

Bumps [rails](https://github.com/rails/rails) from 6.1.5.1 to 6.1.6.
- [Release notes](https://g...

1c365f9e6ea4404a6aa2799f9cf42169b63bdcc5 authored almost 3 years ago
Add attribution for xkcd.com image on data page

26d709e1c988da07847b5ca8367a4a122ae8d511 authored almost 3 years ago
A page on our data projects

I wanted a page we could point potential clients at who may be
interested in some of the data se...

6b3a04623c0d4d6a4e9616720b2a1b610692b22c authored almost 3 years ago
Update gemset.nix

To include upgrade to kramdown in
695d76138cf4ecd2df96ed2e84026520f278ec98.

0d9ec54d272802053b27b389821f8742edfe31a3 authored almost 3 years ago
Update gemset.nix

To include rails upgrade in 5406e4b6d114ee28659595f7f537437fa94b0d0e.

0601ea2d171ab62cb38300abb1f2ea9e97d5c994 authored almost 3 years ago
Bump kramdown from 2.3.2 to 2.4.0

Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.3.2 to 2.4.0.
- [Release notes](h...

695d76138cf4ecd2df96ed2e84026520f278ec98 authored almost 3 years ago
Bump rails from 6.1.5 to 6.1.5.1

Bumps [rails](https://github.com/rails/rails) from 6.1.5 to 6.1.5.1.
- [Release notes](https://g...

5406e4b6d114ee28659595f7f537437fa94b0d0e authored almost 3 years ago
Update mission-patch.com

9b0544ba58de0d3f59d7e568e6c1b01a6ba2df9e authored almost 3 years ago
Update gofreerange.com

957ad39406b1ceafb3f0b2705f16438d18d8c52e authored almost 3 years ago