Skip to content

Commit

Permalink
Merge branch 'master' into propshaft-support
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Feb 23, 2024
2 parents ffc0cfa + d66b263 commit 76634ce
Show file tree
Hide file tree
Showing 16 changed files with 84,098 additions and 71,588 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
include:
- gemfile: Gemfile
ruby: 3.0
- gemfile: Gemfile
ruby: 3.1
- gemfile: Gemfile
ruby: 3.2
- gemfile: Gemfile
ruby: truffleruby-head
runs-on: ubuntu-20.04
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ task :update_graphiql do
new_css_versions["graphiql"] = new_version

puts "Copying GraphiQL #{new_version}"
FileUtils.cp("./graphiql.js", "../../../app/assets/javascripts/graphiql/rails/graphiql-#{new_version}.js")
FileUtils.cp("./graphiql.css", "../../../app/assets/stylesheets/graphiql/rails/graphiql-#{new_version}.css")
FileUtils.cp("./graphiql.min.js", "../../../app/assets/javascripts/graphiql/rails/graphiql-#{new_version}.js")
FileUtils.cp("./graphiql.min.css", "../../../app/assets/stylesheets/graphiql/rails/graphiql-#{new_version}.css")
end

FileUtils.cd("./node_modules/react") do
Expand Down
5 changes: 5 additions & 0 deletions app/assets/javascripts/graphiql/rails/application.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//= require ./react-18.2.0
//= require ./react-dom-18.2.0
//= require ./fetch-0.10.1
//= require ./graphiql-3.1.1
//= require ./graphiql_show

0 comments on commit 76634ce

Please sign in to comment.