mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
Added web-console and removed assets group, no present in Rails 4
This commit is contained in:
parent
20d78f0220
commit
6851e12c47
2 changed files with 14 additions and 4 deletions
9
Gemfile
9
Gemfile
|
@ -64,10 +64,8 @@ gem 'paper_trail', '~> 3.0.5'
|
|||
# for select
|
||||
gem 'selectize-rails', '~> 0.11.0'
|
||||
|
||||
group :assets do
|
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||
gem 'therubyracer', platforms: :ruby
|
||||
end
|
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||
gem 'therubyracer', platforms: :ruby
|
||||
|
||||
group :development do
|
||||
# faster dev load time
|
||||
|
@ -87,6 +85,9 @@ group :development do
|
|||
gem 'guard-rspec', '~> 4.3.1'
|
||||
# rubocop support for guard
|
||||
gem 'guard-rubocop', '~> 1.1.0'
|
||||
|
||||
# for quick debugging
|
||||
gem 'web-console', '~> 2.0.0.beta4'
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
|
|
|
@ -32,6 +32,8 @@ GEM
|
|||
astrolabe (1.3.0)
|
||||
parser (>= 2.2.0.pre.3, < 3.0)
|
||||
bcrypt (3.1.7)
|
||||
binding_of_caller (0.7.3.pre1)
|
||||
debug_inspector (>= 0.0.1)
|
||||
bootstrap-sass (3.2.0.2)
|
||||
sass (~> 3.2)
|
||||
builder (3.2.2)
|
||||
|
@ -54,6 +56,7 @@ GEM
|
|||
execjs
|
||||
coffee-script-source (1.7.0)
|
||||
database_cleaner (1.3.0)
|
||||
debug_inspector (0.0.2)
|
||||
devise (3.3.0)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
|
@ -265,6 +268,11 @@ GEM
|
|||
uuidtools (2.1.5)
|
||||
warden (1.2.3)
|
||||
rack (>= 1.0)
|
||||
web-console (2.0.0.beta4)
|
||||
activemodel (~> 4.0)
|
||||
binding_of_caller (= 0.7.3.pre1)
|
||||
railties (~> 4.0)
|
||||
sprockets-rails (>= 2.0, < 4.0)
|
||||
websocket-driver (0.3.4)
|
||||
xpath (2.0.0)
|
||||
nokogiri (~> 1.3)
|
||||
|
@ -313,3 +321,4 @@ DEPENDENCIES
|
|||
uglifier (>= 1.3.0)
|
||||
unicorn
|
||||
uuidtools (~> 2.1.4)
|
||||
web-console (~> 2.0.0.beta4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue