Skip to content

Commit

Permalink
Merge pull request #134 from cincinnatirb/replace-twitter-with-bluesky
Browse files Browse the repository at this point in the history
Migrated social feed from Twitter to Bluesky & upgraded to Rails 7.1
  • Loading branch information
agilous authored Jan 17, 2025
2 parents 1d5e81f + ffe01c9 commit 9a5cc48
Show file tree
Hide file tree
Showing 252 changed files with 935 additions and 338 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ vendor/ruby
.yarn-integrity
/coverage/
*.dump

/config/master.key
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Rails/WhereExists:
Enabled: true
Rails/WhereNot:
Enabled: true
RSpec/Capybara/FeatureMethods:
RSpec/Dialect:
Enabled: true
Exclude:
- spec/system/**/*
Expand Down
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ gem 'oauth'
gem 'pg'
gem 'puma', '>= 5.6.7'
gem 'rack'
gem 'rails', '>= 7.0.7.1'
gem "rails", "~> 7.1.0"
gem 'rails-html-sanitizer', '>= 1.4.4'
gem 'rake', '>= 10'
gem 'sass-rails'
gem 'sprockets-rails', require: 'sprockets/railtie'
gem 'uglifier', '>= 1.0.3'
gem 'terser', '~> 1.2.4'
gem 'view_component'

group :production, :staging do
gem 'rails_12factor'
Expand Down Expand Up @@ -61,4 +62,4 @@ group :test do
gem 'webmock'
end

gem "dockerfile-rails", ">= 1.5", group: :development
gem 'dockerfile-rails', '>= 1.5', group: :development
Loading

0 comments on commit 9a5cc48

Please sign in to comment.