mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-08 19:35:11 +01:00
Temporary branch for flatware
This commit is contained in:
parent
81e54507fb
commit
9b9dbf7a1c
2
Gemfile
2
Gemfile
@ -122,7 +122,7 @@ end
|
|||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
# Enable usage of all available CPUs/cores during spec runs
|
# Enable usage of all available CPUs/cores during spec runs
|
||||||
gem 'flatware-rspec'
|
gem 'flatware-rspec', github: 'mjankowski/flatware', branch: 'ruby-3-4-allow' # TODO, remove on flatware release
|
||||||
|
|
||||||
# Adds RSpec Error/Warning annotations to GitHub PRs on the Files tab
|
# Adds RSpec Error/Warning annotations to GitHub PRs on the Files tab
|
||||||
gem 'rspec-github', '~> 2.4', require: false
|
gem 'rspec-github', '~> 2.4', require: false
|
||||||
|
20
Gemfile.lock
20
Gemfile.lock
@ -7,6 +7,18 @@ GIT
|
|||||||
hkdf (~> 0.2)
|
hkdf (~> 0.2)
|
||||||
jwt (~> 2.0)
|
jwt (~> 2.0)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: https://github.com/mjankowski/flatware.git
|
||||||
|
revision: 7f0367157c378999a043330024a56653c6502b31
|
||||||
|
branch: ruby-3-4-allow
|
||||||
|
specs:
|
||||||
|
flatware (2.3.3)
|
||||||
|
drb
|
||||||
|
thor (< 2.0)
|
||||||
|
flatware-rspec (2.3.3)
|
||||||
|
flatware (= 2.3.3)
|
||||||
|
rspec (>= 3.6)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
@ -238,12 +250,6 @@ GEM
|
|||||||
ffi-compiler (1.3.2)
|
ffi-compiler (1.3.2)
|
||||||
ffi (>= 1.15.5)
|
ffi (>= 1.15.5)
|
||||||
rake
|
rake
|
||||||
flatware (2.3.3)
|
|
||||||
drb
|
|
||||||
thor (< 2.0)
|
|
||||||
flatware-rspec (2.3.3)
|
|
||||||
flatware (= 2.3.3)
|
|
||||||
rspec (>= 3.6)
|
|
||||||
fog-core (2.5.0)
|
fog-core (2.5.0)
|
||||||
builder
|
builder
|
||||||
excon (~> 0.71)
|
excon (~> 0.71)
|
||||||
@ -916,7 +922,7 @@ DEPENDENCIES
|
|||||||
faraday-httpclient
|
faraday-httpclient
|
||||||
fast_blank (~> 1.0)
|
fast_blank (~> 1.0)
|
||||||
fastimage
|
fastimage
|
||||||
flatware-rspec
|
flatware-rspec!
|
||||||
fog-core (<= 2.6.0)
|
fog-core (<= 2.6.0)
|
||||||
fog-openstack (~> 1.0)
|
fog-openstack (~> 1.0)
|
||||||
haml-rails (~> 2.0)
|
haml-rails (~> 2.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user