Skip to content

Commit

Permalink
Upgrade dotenv-rails to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed May 13, 2015
1 parent 9640c05 commit 90ff0af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ gem 'daemons', '~> 1.1.9'
gem 'delayed_job', '~> 4.0.0'
gem 'delayed_job_active_record', '~> 4.0.0'
gem 'devise', '~> 3.4.0'
gem 'dotenv-rails', '~> 2.0.1'
gem 'em-http-request', '~> 1.1.2'
gem 'faraday', '~> 0.9.0'
gem 'faraday_middleware'
Expand Down Expand Up @@ -101,7 +102,6 @@ end
group :development, :test do
gem 'coveralls', require: false
gem 'delorean'
gem 'dotenv-rails'
gem 'pry'
gem 'rr'
gem 'rspec', '~> 3.2'
Expand All @@ -116,7 +116,6 @@ group :development, :test do
end

group :production do
gem 'dotenv-deployment'
gem 'rack'
end

Expand Down
11 changes: 4 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,9 @@ GEM
docile (1.1.5)
domain_name (0.5.24)
unf (>= 0.0.5, < 1.0.0)
dotenv (0.11.1)
dotenv-deployment (~> 0.0.2)
dotenv-deployment (0.0.2)
dotenv-rails (0.11.1)
dotenv (= 0.11.1)
dotenv (2.0.1)
dotenv-rails (2.0.1)
dotenv (= 2.0.1)
dropbox-api (0.4.2)
hashie
multi_json
Expand Down Expand Up @@ -507,8 +505,7 @@ DEPENDENCIES
delayed_job_active_record (~> 4.0.0)
delorean
devise (~> 3.4.0)
dotenv-deployment
dotenv-rails
dotenv-rails (~> 2.0.1)
dropbox-api
em-http-request (~> 1.1.2)
faraday (~> 0.9.0)
Expand Down

0 comments on commit 90ff0af

Please sign in to comment.