Add refile to the Gemfile
This commit is contained in:
parent
6366a10fb9
commit
1752a3bff9
3
Gemfile
3
Gemfile
|
@ -28,6 +28,9 @@ gem 'phony_rails'
|
|||
gem 'carrierwave'
|
||||
gem 'rmagick', github: "gemhome/rmagick"
|
||||
|
||||
gem "refile", require: ['refile/rails', 'refile/simple_form']
|
||||
gem "refile-mini_magick"
|
||||
|
||||
gem 'puma', group: :production
|
||||
|
||||
gem 'globalize'
|
||||
|
|
28
Gemfile.lock
28
Gemfile.lock
|
@ -105,6 +105,8 @@ GEM
|
|||
devise-i18n (0.12.1)
|
||||
diff-lcs (1.2.5)
|
||||
docile (1.1.5)
|
||||
domain_name (0.5.25)
|
||||
unf (>= 0.0.5, < 1.0.0)
|
||||
easy_translate (0.5.0)
|
||||
json
|
||||
thread
|
||||
|
@ -143,6 +145,8 @@ GEM
|
|||
rspec (>= 2.99.0, < 4.0)
|
||||
highline (1.7.8)
|
||||
hirb (0.7.3)
|
||||
http-cookie (1.0.2)
|
||||
domain_name (~> 0.5)
|
||||
i18n (0.7.0)
|
||||
i18n-tasks (0.8.7)
|
||||
activesupport (>= 2.3.18)
|
||||
|
@ -176,6 +180,7 @@ GEM
|
|||
mime-types (>= 1.16, < 3)
|
||||
method_source (0.8.2)
|
||||
mime-types (2.6.2)
|
||||
mini_magick (4.3.5)
|
||||
mini_portile (0.6.2)
|
||||
minitest (5.8.1)
|
||||
morrisjs-rails (0.5.1)
|
||||
|
@ -186,6 +191,7 @@ GEM
|
|||
net-scp (1.2.1)
|
||||
net-ssh (>= 2.6.5)
|
||||
net-ssh (3.0.1)
|
||||
netrc (0.10.3)
|
||||
nokogiri (1.6.6.2)
|
||||
mini_portile (~> 0.6.0)
|
||||
notiffany (0.0.8)
|
||||
|
@ -207,6 +213,8 @@ GEM
|
|||
quiet_assets (1.1.0)
|
||||
railties (>= 3.1, < 5.0)
|
||||
rack (1.6.4)
|
||||
rack-protection (1.5.3)
|
||||
rack
|
||||
rack-test (0.6.3)
|
||||
rack (>= 1.0)
|
||||
rails (4.2.4)
|
||||
|
@ -247,8 +255,19 @@ GEM
|
|||
rb-inotify (0.9.5)
|
||||
ffi (>= 0.5.0)
|
||||
ref (2.0.0)
|
||||
refile (0.6.1)
|
||||
mime-types
|
||||
rest-client (~> 1.8)
|
||||
sinatra (~> 1.4.5)
|
||||
refile-mini_magick (0.2.0)
|
||||
mini_magick (~> 4.0)
|
||||
refile (~> 0.5)
|
||||
responders (2.1.0)
|
||||
railties (>= 4.2.0, < 5)
|
||||
rest-client (1.8.0)
|
||||
http-cookie (>= 1.0.2, < 2.0)
|
||||
mime-types (>= 1.16, < 3.0)
|
||||
netrc (~> 0.7)
|
||||
rspec (3.3.0)
|
||||
rspec-core (~> 3.3.0)
|
||||
rspec-expectations (~> 3.3.0)
|
||||
|
@ -287,6 +306,10 @@ GEM
|
|||
json (~> 1.8)
|
||||
simplecov-html (~> 0.10.0)
|
||||
simplecov-html (0.10.0)
|
||||
sinatra (1.4.6)
|
||||
rack (~> 1.4)
|
||||
rack-protection (~> 1.4)
|
||||
tilt (>= 1.3, < 3)
|
||||
slim (3.0.6)
|
||||
temple (~> 0.7.3)
|
||||
tilt (>= 1.3.3, < 2.1)
|
||||
|
@ -328,6 +351,9 @@ GEM
|
|||
uglifier (2.7.2)
|
||||
execjs (>= 0.3.0)
|
||||
json (>= 1.8.0)
|
||||
unf (0.1.4)
|
||||
unf_ext
|
||||
unf_ext (0.0.7.1)
|
||||
warden (1.2.3)
|
||||
rack (>= 1.0)
|
||||
xpath (2.0.0)
|
||||
|
@ -376,6 +402,8 @@ DEPENDENCIES
|
|||
rails-erd
|
||||
rails-i18n
|
||||
raphael-rails
|
||||
refile
|
||||
refile-mini_magick
|
||||
rmagick!
|
||||
rspec-rails
|
||||
sass-rails
|
||||
|
|
Loading…
Reference in New Issue