Skip to content

Commit

Permalink
Update figaro gem version
Browse files Browse the repository at this point in the history
Figaro is long past 1.0.0.rc1.
  • Loading branch information
vfonic committed Oct 26, 2015
1 parent e8c566f commit 38ac54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/extras.rb
Expand Up @@ -77,7 +77,7 @@

if prefer :local_env_file, 'figaro'
say_wizard "recipe creating application.yml file for environment variables with figaro"
add_gem 'figaro', '>= 1.0.0.rc1'
add_gem 'figaro', '~> 1.1.1'
elsif prefer :local_env_file, 'foreman'
say_wizard "recipe creating .env file for development environment variables with foreman"
add_gem 'foreman', :group => :development
Expand Down

0 comments on commit 38ac54f

Please sign in to comment.