bump foreigner
This commit is contained in:
parent
fbf8cdef2d
commit
c45a381c36
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -40,7 +40,7 @@ gem 'mysql2', '0.3.14' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
|
|||
gem 'pg', '0.16.0' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres'
|
||||
|
||||
gem 'activerecord-import', '0.3.1'
|
||||
gem 'foreigner', '1.4.2'
|
||||
gem 'foreigner', '1.6.1'
|
||||
|
||||
# File uploading
|
||||
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ GEM
|
|||
ruby-hmac
|
||||
font-awesome-rails (3.2.1.2)
|
||||
railties (>= 3.2, < 5.0)
|
||||
foreigner (1.4.2)
|
||||
foreigner (1.6.1)
|
||||
activerecord (>= 3.0.0)
|
||||
foreman (0.62.0)
|
||||
thor (>= 0.13.6)
|
||||
|
|
@ -448,7 +448,7 @@ DEPENDENCIES
|
|||
faraday_middleware (= 0.9.0)
|
||||
fixture_builder (= 0.3.6)
|
||||
fog (= 1.19.0)
|
||||
foreigner (= 1.4.2)
|
||||
foreigner (= 1.6.1)
|
||||
foreman (= 0.62)
|
||||
fuubar (= 1.1.1)
|
||||
galetahub-simple_captcha (= 0.1.5)
|
||||
|
|
|
|||
Loading…
Reference in a new issue