Update Gemfile.

This commit is contained in:
邱博亞 2023-12-23 20:57:43 +08:00
parent 5b3006c104
commit 6ea684de99
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,6 @@ if RUBY_VERSION.to_f == 2.1
#json
gem 'jbuilder', '~> 2.0'
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'spring', '~> 1.7.2', group: :development
gem 'active_model_serializers'
#parser
@ -148,6 +147,7 @@ if RUBY_VERSION.to_f == 2.1
gem 'byebug', '~> 9.0.6'
gem "binding_of_caller"
gem 'rails-dev-boost'
gem 'spring', '~> 1.7.2'
end
#testing gems
@ -188,7 +188,6 @@ else
#json
gem 'jbuilder'
gem 'sdoc', group: :doc
gem 'spring', '3.1.1', group: :development
gem 'active_model_serializers', '~> 0.10.0'
gem 'railties'
gem 'rss'
@ -243,6 +242,7 @@ else
gem 'rb-fsevent', :require=>false
gem 'rb-inotify', :require=>false
gem 'byebug'
gem 'spring', '~> 3.1.1'
#gem "binding_of_caller"
end