mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 23:52:35 +00:00
Ran rubocop autocorrect
This commit is contained in:
13
Gemfile
13
Gemfile
@@ -1,14 +1,15 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
source "https://rubygems.org"
|
||||
gem "rake"
|
||||
gem "opengl-bindings", require: "opengl"
|
||||
gem "cyberarm_engine", git: "https://github.com/cyberarm/cyberarm_engine"
|
||||
gem "nokogiri", ">= 1.11.0.rc1"
|
||||
gem "i18n"
|
||||
gem "nokogiri", ">= 1.11.0.rc1"
|
||||
gem "opengl-bindings", require: "opengl"
|
||||
gem "rake"
|
||||
|
||||
group(:packaging) do
|
||||
gem "releasy", github: "gosu/releasy"
|
||||
gem "ocra"
|
||||
gem "rubyzip"
|
||||
gem "excon"
|
||||
gem "ocra"
|
||||
gem "releasy", github: "gosu/releasy"
|
||||
gem "rubyzip"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user