add frontend files
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -23,7 +23,6 @@ gem "graphql"
|
||||
gem "tailwindcss-rails"
|
||||
|
||||
group :development, :test do
|
||||
gem "graphql_playground-rails"
|
||||
gem "pry-byebug", platforms: [:mri, :mingw, :x64_mingw]
|
||||
gem "capybara"
|
||||
gem "rspec-rails"
|
||||
@@ -34,11 +33,10 @@ group :development, :test do
|
||||
end
|
||||
|
||||
group :development do
|
||||
gem "dotenv-rails"
|
||||
gem "graphql_playground-rails"
|
||||
gem "web-console", ">= 4.1.0"
|
||||
|
||||
gem "listen", "~> 3.3"
|
||||
# gem "rack-mini-profiler", "~> b2.0"
|
||||
|
||||
gem "spring"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user