Merge pull request #3566 from MrZYX/cleanup_gemfile
remove ruby-debug and all other MRI 1.8 related stuff from Gemfile
This commit is contained in:
commit
090d6022bd
2 changed files with 2 additions and 17 deletions
7
Gemfile
7
Gemfile
|
|
@ -89,7 +89,6 @@ gem 'ruby-oembed', '~> 0.8.7'
|
||||||
|
|
||||||
gem 'resque', '1.22.0'
|
gem 'resque', '1.22.0'
|
||||||
gem 'resque-timeout', '1.0.0'
|
gem 'resque-timeout', '1.0.0'
|
||||||
gem 'SystemTimer', '1.2.3', :platforms => :ruby_18
|
|
||||||
|
|
||||||
# tags
|
# tags
|
||||||
|
|
||||||
|
|
@ -165,18 +164,16 @@ group :test do
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test, :development do
|
group :test, :development do
|
||||||
gem 'debugger', :platforms => :mri_19
|
gem 'debugger'
|
||||||
gem "rspec-rails", "~> 2.10"
|
gem "rspec-rails", "~> 2.10"
|
||||||
gem 'ruby-debug', :platforms => :mri_18
|
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'heroku'
|
gem 'heroku'
|
||||||
gem 'heroku_san', '3.0.4', :platforms => :mri_19
|
gem 'heroku_san', '3.0.4'
|
||||||
gem 'capistrano', :require => false
|
gem 'capistrano', :require => false
|
||||||
gem 'capistrano_colors', :require => false
|
gem 'capistrano_colors', :require => false
|
||||||
gem 'capistrano-ext', :require => false
|
gem 'capistrano-ext', :require => false
|
||||||
gem 'linecache', '0.46', :platforms => :mri_18
|
|
||||||
gem 'yard', :require => false
|
gem 'yard', :require => false
|
||||||
|
|
||||||
# for tracing AR object instantiation and memory usage per request
|
# for tracing AR object instantiation and memory usage per request
|
||||||
|
|
|
||||||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -51,7 +51,6 @@ GIT
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
SystemTimer (1.2.3)
|
|
||||||
actionmailer (3.2.8)
|
actionmailer (3.2.8)
|
||||||
actionpack (= 3.2.8)
|
actionpack (= 3.2.8)
|
||||||
mail (~> 2.4.4)
|
mail (~> 2.4.4)
|
||||||
|
|
@ -258,8 +257,6 @@ GEM
|
||||||
launchy (2.1.2)
|
launchy (2.1.2)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
libwebsocket (0.1.5)
|
libwebsocket (0.1.5)
|
||||||
linecache (0.46)
|
|
||||||
rbx-require-relative (> 0.0.4)
|
|
||||||
listen (0.4.2)
|
listen (0.4.2)
|
||||||
rb-fchange (~> 0.0.5)
|
rb-fchange (~> 0.0.5)
|
||||||
rb-fsevent (~> 0.9.1)
|
rb-fsevent (~> 0.9.1)
|
||||||
|
|
@ -360,7 +357,6 @@ GEM
|
||||||
rb-fsevent (0.9.1)
|
rb-fsevent (0.9.1)
|
||||||
rb-inotify (0.8.8)
|
rb-inotify (0.8.8)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rbx-require-relative (0.0.9)
|
|
||||||
rdoc (3.12)
|
rdoc (3.12)
|
||||||
json (~> 1.4)
|
json (~> 1.4)
|
||||||
redcarpet (2.1.1)
|
redcarpet (2.1.1)
|
||||||
|
|
@ -394,11 +390,6 @@ GEM
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
railties (>= 3.0)
|
railties (>= 3.0)
|
||||||
rspec (~> 2.11.0)
|
rspec (~> 2.11.0)
|
||||||
ruby-debug (0.10.4)
|
|
||||||
columnize (>= 0.1)
|
|
||||||
ruby-debug-base (~> 0.10.4.0)
|
|
||||||
ruby-debug-base (0.10.4)
|
|
||||||
linecache (>= 0.3)
|
|
||||||
ruby-hmac (0.4.0)
|
ruby-hmac (0.4.0)
|
||||||
ruby-oembed (0.8.7)
|
ruby-oembed (0.8.7)
|
||||||
ruby-progressbar (0.0.10)
|
ruby-progressbar (0.0.10)
|
||||||
|
|
@ -465,7 +456,6 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
SystemTimer (= 1.2.3)
|
|
||||||
activerecord-import (~> 0.2.9)
|
activerecord-import (~> 0.2.9)
|
||||||
acts-as-taggable-on (= 2.3.3)
|
acts-as-taggable-on (= 2.3.3)
|
||||||
acts_as_api
|
acts_as_api
|
||||||
|
|
@ -506,7 +496,6 @@ DEPENDENCIES
|
||||||
jasmine!
|
jasmine!
|
||||||
jquery-rails
|
jquery-rails
|
||||||
json
|
json
|
||||||
linecache (= 0.46)
|
|
||||||
markerb!
|
markerb!
|
||||||
messagebus_ruby_api (= 1.0.3)
|
messagebus_ruby_api (= 1.0.3)
|
||||||
mini_magick (= 3.4)
|
mini_magick (= 3.4)
|
||||||
|
|
@ -537,7 +526,6 @@ DEPENDENCIES
|
||||||
rpm_contrib (~> 2.1.7)
|
rpm_contrib (~> 2.1.7)
|
||||||
rspec-instafail (>= 0.1.7)
|
rspec-instafail (>= 0.1.7)
|
||||||
rspec-rails (~> 2.10)
|
rspec-rails (~> 2.10)
|
||||||
ruby-debug
|
|
||||||
ruby-oembed (~> 0.8.7)
|
ruby-oembed (~> 0.8.7)
|
||||||
sass-rails (= 3.2.5)
|
sass-rails (= 3.2.5)
|
||||||
selenium-webdriver (~> 2.25)
|
selenium-webdriver (~> 2.25)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue